You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first attempt at integrating BitsUI into our app, so I'm assuming this is a configuration issue - but I don't know enough yet to know where to start looking...
I've implemented a custom component that wraps DropdownMenu and used it in our ThemeSwitcher component. It works really well (and immediately solved both a positioning issue and an aria bug we had).
When running our tests, however, I'm getting a message about $bindable() in the accordion.svelte file... (I do have a bindable in ThemeSwitcher, but not in the code that wraps BitsUI, and I'm not using accordion.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is my first attempt at integrating BitsUI into our app, so I'm assuming this is a configuration issue - but I don't know enough yet to know where to start looking...
I've implemented a custom component that wraps
DropdownMenu
and used it in ourThemeSwitcher
component. It works really well (and immediately solved both a positioning issue and an aria bug we had).When running our tests, however, I'm getting a message about
$bindable()
in theaccordion.svelte
file... (I do have a bindable inThemeSwitcher
, but not in the code that wraps BitsUI, and I'm not using accordion.)Here are the relevant lines from our package.json
...and the error message:
Any help/pointers would be greatly appreciated.
(I can create a sample repo if needed, but I'm hoping someone more knowledgeable has seen this before ;-) )
Beta Was this translation helpful? Give feedback.
All reactions