SvelteKit support and breakage on the newest Svelte versions
See original GitHub issueHi there,
Awesome package!
Though I understand SvelteKit is still beta, I thought I’d ask if there were any plans of adopting support.
Tested it out just now with SvelteKit v1.0.0-next.125 and it unfortunately appears very buggy with items vanishing, sticking, and stacking in weird ways. I didn’t see any explicit errors being thrown, so not sure what the underlying issue is.
To reproduce, I am just initializing a skeleton project with npm init svelte@next and then replacing the contents of src/routes/index.svelte with the provided Super basic, single list, no animation svelte-dnd-action example code.

Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:22 (13 by maintainers)
Top Results From Across the Web
What's new in Svelte: September 2022
Breaking changes: The filesystem-based router and load API improves the way routes are managed. Before installing version @sveltejs/kit@1.0.
Read more >Migrating Breaking Changes in SvelteKit - Netlify
SvelteKit has gone through a few breaking changes recently including an entire routing overhaul, changes to the load API, and a switch to ......
Read more >Breaking changes in SvelteKit, August 2022 - Josh Collinsworth
This post will help cover what's changed, and how to convert the syntax and structure from the old to the new. Let's dig...
Read more >kit/CHANGELOG.md at master · sveltejs/kit · GitHub
Patch Changes. [breaking] make sveltekit() return a promise of array of Vite plugins (#7994) ... Bump vite-plugin-svelte and required vite version (#6583).
Read more >SvelteKit Breaking Changes 2022 - My Reactions and What ...
SvelteKit just announced some major breaking changes. Here's what you need ... What's New in Svelte - https:// svelte.dev/blog/whats- new -in-.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think it works fine with Sapper. I wonder what the issue is. Will try to make time and have a look. Thx for letting me know
On Tue, Jul 13, 2021, 05:48 Ross @.***> wrote:
Alright, I created a bug for Svelte, including a REPL that reproduces it without using the library. It happens just by reordering a simple array. It started happening in v3.38.0, any version before should work fine. Here is the svelte issue: https://github.com/sveltejs/svelte/issues/6535
The workaround - use Svelte v3.37. or below. for now*
@SleepingRobot would be awesome if you could find which version of SvelteKit introduced this issue. If not, I will try to find time to do it soon.