'React-redux is throwing error: exports is not defined for react-native-web

I have initially integrated react-redux for mobile platform , and it is working fine. But then i have integrated react-native-web in my existing project so now it is throwing error at runtime.

React: 16.13.1 ReactDOM/React Native: ^0.65.1 Redux:^4.0.5 React Redux:^7.2.4

Uncaught ReferenceError: exports is not defined at eval (extends.js:2) at Module../node_modules/react-redux/node_modules/@babel/runtime/helpers/esm/extends.js



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source