Cory Tyburski
Cory Tyburski
I seem to be experiencing a similar issue as Svelte blocks out anything in tags
> @ruurtjan We are currently evaluating this feature internally, which is why we haven't updated it recently. We'll evaluate this PR once we've made a decision. Any update on this?
Any movement on this?
> I tried to reproduce this in node project without svelte-kit, and this issue has gone. Interesting, so you think it's a SvelteKit bug?
I am using the virtual list to essentially not overload the DOM with thousands of items. So it would be a scrollable list of items. The items themselves are already...
I did as you suggested - it appears that it does not work 100% because it thinks the list ends earlier than it really does.
I created a repo using 2 different examples, the 1st being using the native svelte-tiny-virtual-list without modifications. The second example I extracted the component out and added svelte-dnd directly to...
pnpm's `pnpm up -L -i` is something I can't live without. It lists all packages and shows which ones are outdated, regardless of semvar verisons in package.json, and allows you...
Any updates?
It has something to do with the dayjs not being optimized on build. I could not replicate this in a Stackblitz. I fixed it buy manually installing **dayjs** as a...