react import error on nextjs
Unanswered
bscdev#1145 posted this in #help-forum
I am getting below error while importing react. nextjs version 14.1.4. react version 18. I am using javascript not typescript.how to resolve. Could not find a declaration file for module 'react'. 'd:/Projects/2024/tuginternet/node_modules/react/index.js' implicitly has an 'any' type.
Try
Try
npm i --save-dev @types/react if it exists or add a new declaration (.d.ts) file containing declare module 'react';