Search code examples
reactjsreact-reduxreduce

React: Can't import createstore from redux


I'm not able to import the createStore from the react-redux. It's get canceled as you can see in the image below.

enter image description here

enter image description here


Solution

  • It is getting imported. It is just deprecated. It can still be imported in the future with legacy_createStore. They recommend to use redux-toolkit.

    Read about it in the release notes: https://github.com/reduxjs/redux/releases/tag/v4.2.0