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
Hey! So this was fixed a while back in #2715 but it's not yet in a tagged release. We've got a bit of work on headless ui and other stuff going on at the moment so I'm not certain when we'll tag another patch. In the meantime you can use our insiders build:
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.16 (Problem starts at v1.7.14)
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/sandbox/eloquent-snow-lqyj4z?file=%2Fsrc%2FApp.vue%3A1%2C1
Describe your issue
The reason why it happens is clicking on the component-based button triggers the useOutsideClick callback.
headlessui/packages/@headlessui-vue/src/components/popover/popover.ts
Lines 247 to 259 in 24486b3
The text was updated successfully, but these errors were encountered: