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
the component does not work with react 0.14+, because "this.props.children" is trying to be changed.
The text was updated successfully, but these errors were encountered:
+1
react(0.14.7) and when there is only one Tabs.Panel
Tabs.Panel
<Tabs> <Tabs.Panel title='Tab #1'> <h2>Content #1 here</h2> </Tabs.Panel> </Tabs>
error: Uncaught TypeError: Cannot assign to read only property 'children' of object '#<Object>'
Uncaught TypeError: Cannot assign to read only property 'children' of object '#<Object>'
in _getMenuItems :
_getMenuItems
if (!Array.isArray(this.props.children)) { this.props.children = [this.props.children]; }
Sorry, something went wrong.
I am also facing same error as above. Any solution for this?
I'm facing the same problem. Any news about it?
No branches or pull requests
the component does not work with react 0.14+, because "this.props.children" is trying to be changed.
The text was updated successfully, but these errors were encountered: