Abdelhalim Riache
Abdelhalim Riache
@notYou263 I was working on a fix, I will try to finish it and push the changes
I decided to move jquery loading to a component that has to be mounted on the top level of the app, this way we don't have to wait for jquery...
I also removed the svelte await block that cause flickering
#9 @notYou263 checkout the new version 0.4.0
Hi @JustBarnt, have yfound a workaround for the issue?
@meiseayoung is also working fine, the issue appears only when using component as a named slot
A component that has a slot attribute will not provide his slot props, but rather you will access the slot props provided by the direct parent
I got this error using storybook 8 with svelte 5 installed ``` Unable to index ./src/stories/Test.stories.svelte: WARN TypeError: Cannot read properties of undefined (reading 'instance') ```