Open mw2000 opened 1 month ago
React.cache is only available in canary and experimental channels (think: React 19) and your dependencies list react in version 18. You need to upgrade them to use React.cache.
Open Node.js REPL by running node
in the terminal. Then
require("next/dist/compiled/react").version
Then update react
and react-dom
to that version
I'm running into the following error on trying to use the library:
Attempted import error: 'cache' is not exported from 'react' (imported as 'cache')
Error trace
Dependencies: