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?
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.
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?