ScrollableTarget issue
When scrollableTarget's scrollHeight equals to scrollableTarget's clientHeight that means scroll disabled. 'next' props function is not triggering. This causes more data not to be fetched from the server.
Hi @Septillioner I think I have fixed an error close to this one. Can you post an example, I don't fully understand your issues.
I have a container named #wrapper. #wrapper doesn't have a scrollbar when not overflowed because "overflow-y:auto". and we have a server to get rows of data(props next). We have a InfiniteScroll component that has a ScrollableTarget is #wrapper. The problem is when #wrapper is not overflowed on big resolutions(4K or 8K etc.) InfiniteScroll does not call the function props "next" when hasMore props true. I tried to set "overflow-y: scroll" then didn't work because scrollHeight equals to clientHeight. I think function props "next" have to call when hasMore props true and clientHeight equals to scrollHeight (that means scrollableTarget is not overflowed). And sorry I couldn't give example because. I don't have time to create an example.
I do not clearly remember my fix, but I have this problem. I think I change the library.