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
Describe your issue
Previously, the Popper modifier was working correctly using the hook but recently it does not work anymore. Just a minor investigation shows that line 16 and 17 do not return HTMLElement anymore. So the createPopper call is not made at all.
Not entirely sure what to report it as since the actual component seems to work, but the example does not work anymore, thus no easy (or documented) way to modify the underlying Popper. Perhaps it just needs to be updated.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.5.0
What browser are you using?
Chrome
Reproduction
Run Playground Example (menu items with Popper): packages/playground-vue
Describe your issue
Previously, the Popper modifier was working correctly using the hook but recently it does not work anymore. Just a minor investigation shows that line 16 and 17 do not return
HTMLElement
anymore. So thecreatePopper
call is not made at all.Not entirely sure what to report it as since the actual component seems to work, but the example does not work anymore, thus no easy (or documented) way to modify the underlying Popper. Perhaps it just needs to be updated.
The text was updated successfully, but these errors were encountered: