-
-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling scrollTo on a VariableSizeGrid causes a crash/loop #63
Comments
So it looks like this happens when either |
The But I can see where it might be useful in some cases to only update one dimension. I'll add a test and fix for this. |
Implemented in 7c481d6 |
This fix was included in the 1.2.0 release |
Hi @bvaughn For example interface at https://react-window.now.sh/#/api/FixedSizeGrid |
Calling
scrollTo
on aVariableSizeGrid
component seems to cause the page to crash, as seen in the following example:https://codesandbox.io/s/ypq502woz9
I did notice, however, that there are no test cases for
scrollTo
onVariableSizeGrid
components, so apologies if the two aren't meant to work together!The text was updated successfully, but these errors were encountered: