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
Describe the bug
Table crashes when providing components props.
To Reproduce
Steps to reproduce the behavior:
Set components prop on table with just a Container: (props) => <div {...props} />
Set isLoading={true} prop on table
See crash
Expected behavior
Not crash...
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Any OS
Browser: Any Browser
Version: 1.28 and up
Additional context
This occurs because the table access this.props.components.OverlayLoading which is the props provided by the user instead of props.components.OverlayLoading.
The text was updated successfully, but these errors were encountered:
Describe the bug
Table crashes when providing
components
props.To Reproduce
Steps to reproduce the behavior:
components
prop on table with just aContainer: (props) => <div {...props} />
isLoading={true}
prop on tableExpected behavior
Not crash...
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
This occurs because the table access
this.props.components.OverlayLoading
which is the props provided by the user instead ofprops.components.OverlayLoading
.The text was updated successfully, but these errors were encountered: