payloadcms / payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
https://payloadcms.com
MIT License
24.81k stars 1.58k forks source link

Uploads: Cannot change page size in "Choose from existing" panel #7818

Open tyteen4a03 opened 2 months ago

tyteen4a03 commented 2 months ago

Link to reproduction

No response

Payload Version

3.0.0.beta-90

Node Version

20.12.2

Next.js Version

15.0.0-canary.107

Describe the Bug

The page size option of Choose from existing panel does nothing when clicked on.

Reproduction Steps

  1. In an upload field that supports hasMany, click on Choose from existing
  2. Try to change the page size.

Adapters and Plugins

No response

BohdanK-W32 commented 2 months ago

Same here, also filter not always applies in collection view, in most cases need to reboot page or put query manually to query string. Same with pagination on collections.

Seems to be an issue with the React compiler. P.S.: Had similar ones while trying to implement on various internal and commercial projects (not only with Payload CMS)

BohdanK-W32 commented 2 months ago

For now I'm sure that it isn't react compiler related bug. Not working on beta.84 also