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
To reproduce it (on macOS) you need to be using a mouse that isn't a Magic Trackpad/Mouse, or set the "Show scroll bars" option in Settings to "Always":
Steps to reproduce:
Open the listbox and select an option (e.g. the first one).
The application should crash.
Worth mentioning that you can prevent the error from occurring by either of the following options:
Removing the overflow-auto from the element on L6.
Commenting out the label on L8.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
v2.2.0
What browser are you using?
Chrome 129.0.6668.59
Reproduction URL
Describe your issue
We've noticed the following error on the production version of our app: https://react.dev/errors/185?invariant=185
Local error message:
To reproduce it (on macOS) you need to be using a mouse that isn't a Magic Trackpad/Mouse, or set the "Show scroll bars" option in Settings to "Always":
Steps to reproduce:
Worth mentioning that you can prevent the error from occurring by either of the following options:
overflow-auto
from the element on L6.The text was updated successfully, but these errors were encountered: