jonasgeiler/svelte-tiny-virtual-list

<VirtualList> is not a valid SSR component.

Opened this issue · 3 comments

<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

Does this still happen in the newest version? Sorry for the very late reply...

Yes it still happens, for me too @skayo - Quick fix: install as dev dependency

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.