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
Observe the aria-controls attribute of the tab buttons.
Describe your issue
I've encountered an issue with the Tabs component from the @headlessui/react where the tab's aria-controls value is set incorrectly (id is undefined) when used with React 17. This issue seems to be specific to React 17 and does not occur in React 18.
Screenshots:
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?
v1.7.17
What browser are you using?
Chrome, Edge
Reproduction URL
Steps to Reproduce:
Describe your issue
I've encountered an issue with the Tabs component from the
@headlessui/react
where the tab'saria-controls
value is set incorrectly (id isundefined
) when used with React 17. This issue seems to be specific to React 17 and does not occur in React 18.Screenshots:
The text was updated successfully, but these errors were encountered: