Hydration Mismatch error when resource passed as a prop
Hey!
I have a simple component that creates a resource, and then passes it to a child comopnent, but when I put the child component in a
As a side note, when I pass the prop without the
Thanks
I have a simple component that creates a resource, and then passes it to a child comopnent, but when I put the child component in a
Show component to check when resource.state is 'ready', I get a Hydration Mismatch error.As a side note, when I pass the prop without the
Show component, I just don't get the updated data passed down, which I don't understand, since in the docs it says that in order to keep the reactivity it has to be done the way I did it.Thanks

