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
This breaks with the error. Uncommenting line 4 and it works fine again and shows 2 tabs.
Environment
Browser: Chrome
Operating System: Windows with WSL
Version of the design system: v0.13.1
Checklist
Before submitting your issue, please ensure you have done the following:
[ x ] Search the issue tracker to ensure the issue has not already been reported.
[ x ] Verify that the issue can be consistently reproduced.
[ x ] Check if the issue is already documented.
Additional notes
I agree having only 1 tab is useless, but for developing sometimes you build one tab first, and add more later. Maybe tabs can also be dynamic on user input, creating a situation where it's possible to only having one tab.
The text was updated successfully, but these errors were encountered:
This has been resolved but has yet to be published. We expect a new release to ship in the second half of January. If it would be useful to have it earlier, let us know, and we can make it a hotfix.
Describe the issue
When using the Tabs, it breaks with the error
Uncaught TypeError: children[0].props.children.map is not a function
in the<Tabs>
component.Summary
This breaks with the error. Uncommenting line 4 and it works fine again and shows 2 tabs.
Environment
Checklist
Before submitting your issue, please ensure you have done the following:
Additional notes
I agree having only 1 tab is useless, but for developing sometimes you build one tab first, and add more later. Maybe tabs can also be dynamic on user input, creating a situation where it's possible to only having one tab.
The text was updated successfully, but these errors were encountered: