I am using react-infinitegrid in a private repo, and I am able to getStatus from my Grid ref, save it to state, and then setStatus with the saved status, and it works as expected. But if I repeat this process a second time, the grid's scrollable height is much shorter and it does not scroll to the expected position. Are you aware of any issue of this kind?
Steps to check or reproduce
I apologize, I cannot get this to work in code sandbox right now, and the Guides are currently not operational, otherwise I would try to provide a reproducible case. I have also tried to run the storybook locally, but npm install fails because of electron. I will try to update this issue if I can get it working. Thanks.
Description
I am using react-infinitegrid in a private repo, and I am able to
getStatus
from my Grid ref, save it to state, and thensetStatus
with the saved status, and it works as expected. But if I repeat this process a second time, the grid's scrollable height is much shorter and it does not scroll to the expected position. Are you aware of any issue of this kind?Steps to check or reproduce
I apologize, I cannot get this to work in code sandbox right now, and the Guides are currently not operational, otherwise I would try to provide a reproducible case. I have also tried to run the storybook locally, but npm install fails because of electron. I will try to update this issue if I can get it working. Thanks.