Lazy Loading make a blank page when component change
Hi,
I have an issue with Lazy Loading for solid-start.
Actually, I have implement a switch component with lazy loading enabled but when I change a component (who is lazy loaded), the page become blank during less than 1 seconds...
Can someone can help me ?
It's reproducible with builded repo :
Repro : https://github.com/qlaffont/test-lazy
I have an issue with Lazy Loading for solid-start.
Actually, I have implement a switch component with lazy loading enabled but when I change a component (who is lazy loaded), the page become blank during less than 1 seconds...
Can someone can help me ?
It's reproducible with builded repo :
pnpm build && node .output/server/index.mjsRepro : https://github.com/qlaffont/test-lazy
