jonasgeiler / svelte-tiny-virtual-list

📚 A tiny but mighty list virtualization library for Svelte, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://svelte-tiny-virtual-list.jonasgeiler.com
MIT License
445 stars 24 forks source link

<VirtualList> is not a valid SSR component. #23

Open KarolusD opened 2 years ago

KarolusD commented 2 years ago
<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 1 year ago

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

joshmillgate commented 1 year ago

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

jonasgeiler commented 7 months ago

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.