Closed hdodov closed 2 months ago
Actually, this appears to have been caused by an outdated version of Next (although I was using the RC one 😬). The warning no longer appears with:
next
: 15.0.0-canary.136
react
: 19.0.0-rc-e56f4ae3-20240830
react-dom
: 19.0.0-rc-e56f4ae3-20240830
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Environment Info
Describe the Bug
When starting Payload, I get the following warnings:
…and I can in fact see them being provided in the
withPayload()
function. Perhaps they should be removed?Reproduction Steps
npm run dev
Adapters and Plugins
No response