Closed ismarosmanovic closed 2 years ago
@ismarosmanovic Tabs component is currently on hold. We're going to add full support for that soon. Thanks for reporting!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, I just found out that Tabs.Bar throw an error when Tabs are placed conditionally. For example
The error is thrown as: TypeError: null is not an object (evaluating 'bar.props')
So I look at the problem and found out that if I play with Tabs.tsx file and change
with
Tabs would show as expected.
Thenk You, Ismar