Hydrating SSR - <Hydrate /> doesn't seem to rehydrate dehydrated app
This is what my SSR (and client) entry looks like
If I remove
<NoHydration />
everything is fine, but with them there the app doesn't hydrate. No errors.
I assume I'm doing something different than https://github.com/solidjs/solid-start/blob/main/packages/start/src/server/StartServer.tsx but I'm not sure what.0 Replies