We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null
Goal: conditionally render a tab.
<Tabs2> { null } </Tabs2>
Exception
Uncaught TypeError: Cannot read property 'type' of null at isTab
Don't render the tab.
The text was updated successfully, but these errors were encountered:
😱 and i'll bet undefined doesn't work either from looking at the code
undefined
Sorry, something went wrong.
yeah most likely! :-)
two failing tests for #838, #841
c79d2be
isTab checks existence first, fixes #838
a305643
No branches or pull requests
Goal: conditionally render a tab.
Bug report
Steps to reproduce
Actual behavior
Exception
Expected behavior
Don't render the tab.
The text was updated successfully, but these errors were encountered: