react-simpletabs icon indicating copy to clipboard operation
react-simpletabs copied to clipboard

Adding only one tab

Open Gintez opened this issue 7 years ago • 0 comments

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]; }

Gintez avatar Sep 07 '17 13:09 Gintez