Replies: 1 comment
-
Hi! Could you reproduce the issue in a codesandbox? It’s hard to know exactly what might be going wrong without seeing the issue first-hand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Tabs/TabList/TabPanels/TabPanel to created 3 tabs in one page: Tab1, Tab2 Tab3; then 6 more tabs are added under Tab2: Tab2-1, Tab2-2, Tab2-3, Tab2-4, Tab2-5, Tab2-6, however, when I click Tab2-1, it shows content of tab1 instead of Tab2-1; When I click tab2-3, TAB3 is displayed... So I wonder if tabs don't support nesting?
Beta Was this translation helpful? Give feedback.
All reactions