SeanAye
show is rendering children when still falsy
I have a simple parent component in a CSR setup
When reading the props in the child component though, the props are undefined
This logs out an empty object. I understand the value im passing as a prop is not a signal but I dont think that should matter because the value should exist when initially rendering the child component
59 replies