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
Tab.Pane's children is supposed to be String according to PropType, but it accepts React component as well. So i think propType for children of Tab.Pane should be oneOfType([PropTypes.string, PropTypes.object]) instead of PropTypes.string
Steps
Tab.Pane's children is supposed to be String according to PropType, but it accepts React component as well. So i think propType for children of Tab.Pane should be oneOfType([PropTypes.string, PropTypes.object]) instead of PropTypes.string
Expected Result
Please check my comment above.
Actual Result
Please check my comment above.
Version
0.70.0
Testcase
Sorry I don't have the test case.
The text was updated successfully, but these errors were encountered: