Cache Components with Page params errors with uncached data message #92395
Replies: 2 comments
-
|
That example is missing the I was sure I had added one there though, maybe I added it to another snippet. The bottom thing is that Maybe this draft helps in the mean time: https://github.com/vercel/next.js/pull/91588/changes#diff-c94413ebcb25899d02fdb31bcd7365607bffefcfe325538c511204f38aa88784 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry to bring up a close issue. I just hit the same problem when I try to adopt
cacheComponent.What is the recommended way to handle this situation with
await paramsThe renders are not always depend on
paramsorsearchParams.For eg, if the
searchParamsis only just a?redirect=url, in this case, the render is totally independent of thesearchParmasThe Mixed caching strategies(code cited below) given by the Doc is not working.
Originally posted by @xyba1337 in #85807
Beta Was this translation helpful? Give feedback.
All reactions