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

Why is the onscroll method triggered when the page is first rendered #747

Open jitengben opened 7 months ago

cigui commented 7 months ago

Because it calls this._callPropsCallbacks() inside componentDidMount. Seems like an unexpected behavior?

image