You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I ran into a well documented bug / browser quirk that existed in react-virtualized. It was fixed there in bvaughn/react-virtualized#742.
Can the fix of using requestAnimationFrame be ported over to react-window? I can give it a go if you'd like by referencing the code changes in bvaughn/react-virtualized#742, but I figure @bvaughn can do it better and faster.
For me there is a 1.5 to 2.5 sec delay in stopping scrolling and the list items becoming responsive.
The text was updated successfully, but these errors were encountered:
Hello, I ran into a well documented bug / browser quirk that existed in react-virtualized. It was fixed there in bvaughn/react-virtualized#742.
Can the fix of using
requestAnimationFrame
be ported over to react-window? I can give it a go if you'd like by referencing the code changes in bvaughn/react-virtualized#742, but I figure @bvaughn can do it better and faster.For me there is a 1.5 to 2.5 sec delay in stopping scrolling and the list items becoming responsive.
The text was updated successfully, but these errors were encountered: