Skip to content

Infinite scroll does not load more if screen is taller than the 20 initial items #595

@connorjburton

Description

@connorjburton

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

Image

Shared link

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions