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
When I have a dialog containing Tabs (as in, a TabGroup containing a TabList containing multiple Tabs), the FocusTrap still throws a fit because it thinks the tabs don't exist. This could be because the logic is weird, or maybe on first mount the TabGroup/TabList/Tabs don't actually render for whatever reason? Still, it's a bit weird.
The text was updated successfully, but these errors were encountered:
What you basically need to do is the following: #265 (comment)
I consider that a workaround not a proper solution, so you should probably still keep this issue open
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.4.0
What browser are you using?
N/A
Reproduction repository
N/A
Describe your issue
When I have a dialog containing Tabs (as in, a TabGroup containing a TabList containing multiple Tabs), the FocusTrap still throws a fit because it thinks the tabs don't exist. This could be because the logic is weird, or maybe on first mount the TabGroup/TabList/Tabs don't actually render for whatever reason? Still, it's a bit weird.
The text was updated successfully, but these errors were encountered: