<VirtualList> is not a valid SSR component.
Opened this issue · 3 comments
KarolusD commented
<VirtualList> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
Error: <VirtualList> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
sveltejs/kit 1.0.0-next.396
jonasgeiler commented
Does this still happen in the newest version? Sorry for the very late reply...
joshmillgate commented
Yes it still happens, for me too @skayo - Quick fix: install as dev dependency
jonasgeiler commented
Hey there!
Just letting you know that proper SvelteKit support is coming soon along with version 3.0.0
!
I just started working on it over at the feat/sveltekit
branch and will try to finish it until around mid-March.