Next.js Discord

Discord Forum

Upgrading to app router: import { cache } from 'react' ;

Answered
Gouty oak gall posted this in #help-forum
Open in Discord
Gouty oak gallOP
I'm upgrading from pages to app router and when I try to use import { cache } from 'react' ;

It says it is not found. I've updated all the packages I can find.
Answered by Ray
have you updated @types/react@latest?
View full answer

3 Replies

Answer
Gouty oak gallOP
That did the trick. Thanks! All the posts I saw had other packages not that one
@Gouty oak gall That did the trick. Thanks! All the posts I saw had other packages not that one
remember to update @types/react-dom@latest as well