Felix Guerin
Felix Guerin
Great idea. Would you mind submitting a pull request for this as well? I'm kind of short for time these days, so I would really appreciate it.
@iandoesallthethings I made it work in Sveltekit by dynamically importing the package in `onMount`: ```js const initProgress = async () => { try { const waveSurfer = (await import('wavesurfer.js')).default; const...
@99bits No I haven't used plugins, so can't really help you there unfortunately.
I have the same issue very inconsistently. Very hard to track down the cause.
Closing my editor, terminal and browser tab seems to fix it until the next time it happens. I personally prefer that to a config change.
Thanks for the explanation! My 2 cents: It seems to me that having to explicitly pass the options to every other handles would become cumbersome if you have a lot...
I'm so glad this is brought up! I have really dug into the Remix `` component recently and implemented a version of it in Sveltekit (not a package, not yet...
> A better approach is to use an action on the element which would allow to get the events when these bubble up, or to add event listeners to all...
Oh right! Sorry I misread that.
This is awesome! Very eager for this to be merged :)