Upgrading to app router: import { cache } from 'react' ;
Answered
Gouty oak gall posted this in #help-forum
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.
It says it is not found. I've updated all the packages I can find.
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