Milan Jaritz
Milan Jaritz
Apparently it's not SvelteKit specific and it's happening during SSR. https://github.com/atlassian/pragmatic-drag-and-drop/issues/27#issuecomment-2322813841
Is this maybe somehow going to be easier to implement with Svelte 5?
I'm working with a lot of tree structures where svelte:self is heavily used and I regularly run into type issues because `svelte:self` is not typed.
> `svelte:self` should probably just be removed in the future. Self-referential imports are possible and type-checked. Oh nice, I didn't know that. Then I would think it's best to remove...
I found out that there is a `.map` builder which solves issue 2. but issue 1. still remains
I solved it by installing these peer dependencies: ``` @jsonjoy.com/base64 @jsonjoy.com/json-pack @jsonjoy.com/util ``` This should be noted in the Getting started guide.
any update?
@ciscoheat Is that intended? What's the reason for that?