Answers for "could not find a declaration file for module 'redux-persist/integration/react'. 'd:/developments/nextjs/hellobcs/node_modules/redux-persist/lib/integration/react.js' implicitly has an 'any' type."

-2

Could not find a declaration file for module 'react'.

When a module is not yours - try to install types from @types:

npm install -D @types/module-name
Posted by: Guest on April-16-2021

Code answers related to "could not find a declaration file for module 'redux-persist/integration/react'. 'd:/developments/nextjs/hellobcs/node_modules/redux-persist/lib/integration/react.js' implicitly has an 'any' type."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language