Reactjs – React Child component not remembering data it received from parent on refresh
I'm trying to pass data from a Parent component to a Child component that renders a table. Everything works fine the first time, but if I push refresh, the Child no longer sees the data. Any assistance with how to…