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
You do however get a prop type warning. I'm not sure if it's just a matter of changing menuItem: PropTypes.string.isRequired to menuItem: PropTypes.node.isRequired or if any other changes are required.
The text was updated successfully, but these errors were encountered:
The new
Tab
component is awesome but sometimes instead of the plain text menu item you might want to add for example aLabel
component to it.It does currently works if you do the following:
You do however get a prop type warning. I'm not sure if it's just a matter of changing
menuItem: PropTypes.string.isRequired
tomenuItem: PropTypes.node.isRequired
or if any other changes are required.The text was updated successfully, but these errors were encountered: