useMemoCache
is not a function on Vercel with Next Canary
#10369
Labels
status: needs-triage
Possible bug which hasn't been reproduced yet
Describe the Bug
I'm on the Next canary branch, and after figuring out how to get Payload to work with
dynamicIO
enabled once my app is deployed on Vercel I see this error in the logs:I've tried enabling/disabling the React compiler since it seems
useMemoCache
is a replacement function it creates, but that didn't help. I also tried usingannotation
mode to make the compiler opt-in.Link to the code that reproduces this issue
https://github.com/Dan6erbond/portfolio
Reproduction Steps
pnpm i
.env.example
to.env
pnpm build
pnpm start
Which area(s) are affected? (Select all that apply)
area: core
Environment Info
The text was updated successfully, but these errors were encountered: