Describe the bug
On pages such as Top Albums
Infinite scroll does not load more if screen is taller than the 20 initial items
It's exactly this bug from the package this project uses. ankeetmaini/react-infinite-scroll-component#380
To resolve this I have to resize my screen so that the 20 items is taller than my viewport to trigger the load more callback.
Expected behavior
It should automatically load more without me having to resize my viewport, or there should be a button I can click.
It may be easier to just increase the amount of items loaded by default as the package has not been fixed.
Additional context
N/A
Screenshots
Shared link
N/A