DataTable
console errors during local development
#2751
Labels
code health
Proactive technical investment via refactorings, removals, etc.
engineering
Engineering
maintenance
Routine upkeep necessary for the health of the platform
raccoon-gang
When opening any component page on the docs site during local development it floods console with following error messages:
This is caused by #2581, where props spreading was added to some of the subcomponents of
DataTable
(likely to be able to passdata-testid
in tests to find elements with react-testing-library in tests). However, it was not considered thatreact-table
internally passes a lot of redundant props to our components which now get spread to the DOM elements and sinceDataTable
is used on every component page to show its Usage Insights we have console errors everywhere.Tasks
The text was updated successfully, but these errors were encountered: