Boolean column property button triggers console warning
Describe the bug
After updating to version 7.6.2, which should support styled-components ^6.0.0, when using the boolean collun property button it generates a warning as reported below
Received true for a non-boolean attribute button.
If you want to write it to the DOM, pass a string instead: button="true" or button={value.toString()}.
To Reproduce
Steps to reproduce the behavior:
- Intall react-data-table-component ^7.6.2
- Install styled-components ^6.1.8
- Use a table component with a column with the proprerty "button" set to true
- in the browser console check for the warning as described iin the description of the issue
Expected behavior
No warnings in the console
Not all CellProps properties are updated to transient props yet. As far as I can find most other components are fine.
The same problem as mentioned in: https://github.com/jbetancur/react-data-table-component/issues/1161 and https://github.com/jbetancur/react-data-table-component/issues/1185