react-simpletabs
react-simpletabs copied to clipboard
Adding only one tab
When adding only one <Tab.panel> it returns an error 'Uncaught (in promise) TypeError: Cannot assign to read only property 'children' of object '#<Object>''.
The problem is with with this line of code:
if (!Array.isArray(this.props.children)) { this.props.children = [this.props.children]; }