-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
|
Are you by chance using this in combination with any other ui libraries? I have a fairly large Svelte application at work and I am using the old and new versions of bits-ui and had them mixed on some pages at one point and it was doing this. The fix was just to keep them isolated between pages. |
Beta Was this translation helpful? Give feedback.
-
|
hihi.. nope i'm just using shadcn-svelte, thats it, no other UI libs or anything. I'm really not sure what is causing it. it seems to get worse the more floating ui components i use :( i'm just not sure where to start in terms of debugging the problem. i'm not doing anything crazy with the components. |
Beta Was this translation helpful? Give feedback.
-
|
You're using floating ui components separate of bits-ui? |
Beta Was this translation helpful? Give feedback.

Hiya @ieedan thanks for all the help. It looks like its been resolved now. I've updated all the versions of bits-ui, svelte, sveltekit, adpater etc and it seems to have solved the issue. According to the lovely people on the svelte discord, older versions of svelte would not catch silent errors, so looks like the upgrade sorted that out. Again thanks for your help, it was becoming a real pain to deal with !