Nikita Fedorov
Nikita Fedorov
Hi, it's been a year) The problem is not solved?🥲
Hi, it's been a year) The problem is not solved?🥲
Wow, thanks for the idea! Even if you specify ```ts const functions = { test:undefined } ``` Then it will work ------------------- But if this is the case, then nothing...
Here is one of the ways to use such a `bind:` https://svelte.dev/repl/33b80675782f4154bb8653c5b26a09e2?version=3.54.0 But if we use an object for this [(as described above)](https://github.com/sveltejs/svelte/issues/8103#issuecomment-1346358663), then we do not bind
Yes, it's a wonderful scenario✨ But the problem is that there is a large amount of code in which bugs have appeared I've fixed everything for myself, but I'm sure...
It still doesn't work🛎️
Hiii✨ You may be able to dynamically update `autoUpdate` via [update](https://github.com/fedorovvvv/svelte-floating-ui?tab=readme-ov-file#floating-ui-autoupdate) Example: ```js $: update({ autoUpdate: showTooltip }) ```
It's weird😥 I'll try to fix that in future versions, thanks🙏 It will be necessary to stop autoUpdate at `destroy`
Hi!✨ I fixed it, turns out FloatingUi removed those types, I tried to update them You can try again)
Hi Yes, I plan to adapt all my packages to Svelte 5 In this package, most of the functionality works via native JavaScript, which will make the migration quite fast....