Autodesk / react-base-table

A react table component to display large datasets with high performance and flexibility
https://autodesk.github.io/react-base-table/
MIT License
1.5k stars 164 forks source link

TableRow rerenders on scroll #305

Open slabomir opened 3 years ago

slabomir commented 3 years ago

TableRow rerenders when scrolling. This can be seen using React Dev Tools with Higlighting option on on every example react-base-table provides.

WhyDidYouRender says TableRow recieved new style object which has the same values inside.

v 1.12.0

nihgwu commented 3 years ago

Thanks for reporting, will have a look

nihgwu commented 3 years ago

https://github.com/Autodesk/react-base-table/issues/306#issuecomment-860279433