mrVinicius
Hydration error when using <Show>
hmm, i haven't read the old docs, and in the new there is not a mention of it.
Found a quote in the old docs that kind of answers me:
Similarly there is no reactivity on the server so do not update signals on initial render and expect them to reflect higher up the tree
14 replies
Hydration error when using <Show>
However i didn't fully understand why tho
Why the server doesn't include required/default but the client does? shouldn't they behave the same way? is there a difference with signals on the server vs the client?
14 replies
solid-motionone/@solid-primitives/transition-group - onMount/createEffects called before add to DOM
perhaps u could use a ref signal and check if its no longer undefined, meaning it has rendered on the dom.
https://docs.solidjs.com/concepts/refs
2 replies