bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.48k stars 778 forks source link

Rapid re-render since upgrading React & React Dom #723

Closed robin-garnham closed 1 year ago

robin-garnham commented 1 year ago

Check out the attached loom showing the dom elements continually changing.

https://www.loom.com/share/2886d82794594fc89c32d7a7837bcb43

"react": "^18.2.0", "react-dom": "^18.2.0", "react-window": "^1.8.9"

robin-garnham commented 1 year ago

Discovered this was because we were binding the event handlers directly to the element, rather than passing through using data attribute