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
In Col.js, line 22, allowing functions to be passed in can include other ReactComponents, as well as predefined tags: tagName: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
The text was updated successfully, but these errors were encountered:
In Col.js, line 22, allowing functions to be passed in can include other ReactComponents, as well as predefined tags:
tagName: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
The text was updated successfully, but these errors were encountered: