feat: update expand all text on enterprise customer datatable #3475
Annotations
7 errors
tests (20):
src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx#L70
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “CustomersPage” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
tests (20):
src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx#L70
'getToggleAllRowsExpandedProps' is missing in props validation
|
tests (20):
src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx#L71
Missing an explicit type attribute for button
|
tests (20):
src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx#L71
Unknown property 'class' found, use 'className' instead
|
tests (20)
Process completed with exit code 1.
|
tests (18)
The job was canceled because "_20" failed.
|
tests (18)
The operation was canceled.
|