Could not find a declaration file for module 'react-redux'.
Fixed with
const { Provider } = require('react-redux');
You should just add the needed types to your project, like this:
npm install --save-dev @types/react-redux
Fixed with
const { Provider } = require('react-redux');
You should just add the needed types to your project, like this:
npm install --save-dev @types/react-redux