Daniel Acuña
Daniel Acuña
Hi! Thanks, related to the svelte migration, there a lot of noice around it that doesn't make too much sense. Svelte 4 will be compatible with Svelte 5, at least...
Hi! I tested with svelte 5 and works perfectly. I will check what you mention about raf, and remove it. After merging, I cloud track the work of moving it...
I already test it with svelte 5 and is working right. I updated now that the autoRaf is not necessary here. Let me know if you have any question.
I cloud adapt to have similar apis as vue and react. The idea here about the instance by id, it was to have a clear identification or knows what lenis...
Yeah, the id is something that I don't like from the svelte abstraction. Let me work in the refactor to have the same, maybe in the time while I refactor...
@clementroche @feledori Here the svelte port is ready. Sorry for the delay, svelte 5 is taking time to for adoption. I contribute to tsup for make it work, in this...
Based on this particular [error](https://svelte.dev/docs/svelte/compiler-errors#state_invalid_export). useLenis should return an object with current to update when the instance is set. ```ts const lenis = useLenis(); lenis.current // here the instance automatically...
@feledori Hi! No worries My last changes update the PR to svelte 5 using runes, based on the recommendation. I think the build step is tricky, but it's because it's...