Rubens Mariuzzo
Rubens Mariuzzo
The previous issues was because I was on React 18 and it was fixed by: https://github.com/rmariuzzo/react-new-window/pull/134
@AdityaKirad which browser and React version are you using?
Los códigos HARC me parecen bastante interesante.
I would like to give a help on this issue. I will do so, when I get some time.
I just stumble upon this right now with React 16... I'm more than willing to contribute.
@LorisTujiba found a work around that worked for me. Basically, add `key` property to any element that wrap the **react-infinite-scroller** and update that `key` to a different value, and this...
@LorisTujiba I'm using in a production app right now, here's the source of a component that wrap the **react-infinite-scroller**: https://github.com/developersdo/opensource/blob/f4e61ef63caffe4758634abdb561ead0e308e16d/src/client/components/infinite-scroll/InfiniteScroll.js
I'm glad to have helped :)
@benhuxley2 you could submit a PR instead. :sunglasses:
Thanks @vluzrmos for submitting an issue, I will check it later, and determine a fix for this.