You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thank you for creating this lib!
I use this library with solid-start.
I created a page in the routes folder with
exportdefaultfunctionPage(){return<animated.div>
test
</animated.div>}
But if I render it in SSR - I get warnings:
Unable to find DOM nodes for hydration key: 0-0-0-0-0-0-0-0-0-1-0-0-0-0-0-1-0-0-0-0-0
Unable to find DOM nodes for hydration key: 0-0-0-0-0-0-0-0-0-1-0-0-0-0-0-1-0-0-0-1
Unable to find DOM nodes for hydration key: 0-0-0-0-0-0-0-0-0-1-0-0-0-0-0-1-0-0-1-0-0
And then the error
ErrorBoundary.tsx:27 Error: Unrecoverable Hydration Mismatch. No template for key: 0-0-0-0-0-0-0-0-0-1-0-0-0-0-0-1-0-0-0-1
at getNextElement (dev.js:250:26)
at Object.fn (dev.js:590:43)
at runComputation (dev.js:705:22)
at updateComputation (dev.js:688:3)
at Object.readSignal (dev.js:621:99)
at resolveChildren (dev.js:972:82)
at createMemo.name [as fn] (dev.js:587:33)
at runComputation (dev.js:705:22)
at updateComputation (dev.js:688:3)
at createMemo (dev.js:244:10)
Thanks for your quick response!
I used a different implementation without solid-spring because I just want it to work.
For those who get the same issue - maybe https://vite-plugin-ssr.com/hydration-mismatch will help for an escape hatch.
Hi!
Thank you for creating this lib!
I use this library with solid-start.
I created a page in the routes folder with
But if I render it in SSR - I get warnings:
And then the error
so I could not use it in SSR
You can reproduce it in any solid-start example with this page content.
For example:
https://github.com/solidjs/solid-start/tree/main/examples/bare
And replace https://github.com/solidjs/solid-start/blob/main/examples/bare/src/routes/index.tsx content with
The text was updated successfully, but these errors were encountered: