You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding only one <Tab.panel> it returns an error 'Uncaught (in promise) TypeError: Cannot assign to read only property 'children' of object '#''.
The problem is with with this line of code: if (!Array.isArray(this.props.children)) { this.props.children = [this.props.children]; }
The text was updated successfully, but these errors were encountered:
When adding only one <Tab.panel> it returns an error 'Uncaught (in promise) TypeError: Cannot assign to read only property 'children' of object '#''.
The problem is with with this line of code:
if (!Array.isArray(this.props.children)) { this.props.children = [this.props.children]; }
The text was updated successfully, but these errors were encountered: