twobin/react-lazyload

SSR: renders part of component

Opened this issue · 2 comments

When doing a two-pass SSR (initial render, wait for data, rerender), somehow parts of the children end up in the SSR result. I would expect that anything wrapped in LazyLoad would never show when rendering on the server?

yes, also have problem with ssr

Interesting, we're moving to NextJS shortly so anyone about from the project to cover this off? Saying that all our stuff is pre rendered(static pages). So we might be alright.