-
Notifications
You must be signed in to change notification settings - Fork 95
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
Issue when using more than one InfiniteGrid per page #491
Comments
Could you provide a demo link or a gif? I think it's probably something to do with the container option. Are you using window scrolling? Or are you using element scroll? |
not sure, how can I tell? I basically have this |
Also is there any way to disable to auto scrolling when content loads? |
|
Can't seem to figure out how to disable scrollRestoration in react...any chance you know a path? Also, not sure what the container option is? Thanks for your help, sorry, I manage a whole platform of codebases so my head is all over the place right now. |
Is there a way to stop the groups from disappearing as u scroll? Currently I am finding my content disappearing before its off screen. |
fyi this is what im working with
|
Perhaps the distance between the container and the body is wrong. First call the renderItems({ useResize: true }) method or try setting the option to useRecycle: false or Update react-infinitegrid version |
hrmm, didnt want to respond till i experimented a bit with this...but unfortunately trying all different combinations of the things you suggested I cannot get the auto scrolling on load to go away...I am starting to think its not the scroll restoration potentially as it happens on the first load of a completely new session in private mode. You would know better than me with an understanding of the inner workings. I have Thanks for trying to help me figure this out. Sorry to take so much back and forth. |
Description
Currently if I have more than one infinitegrid component in my DOM the 2nd one starts to glitch out a bit. It shows double the items, with the first set disappearing and reappearing as I scroll up and down.
Is there something I am missing from the docs that enables multiple of them to live side by side?
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: