Xiphe / remix-island

utils to render remix into a dom-node instead of the whole document
MIT License
131 stars 7 forks source link

SSR is not working correctly when using suspense and React.lazy #3

Closed zipme closed 1 year ago

zipme commented 1 year ago

When using React.lazy to lazy load components inside a Suspense, the content is not being rendered on server side.

Related: https://github.com/kiliman/remix-hydration-fix/issues/4

Xiphe commented 1 year ago

Closing since it seems this has nothing to do with this lib