redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Update main.js #91

Open Deepan-kishore opened 1 year ago

Deepan-kishore commented 1 year ago

As of Redux 4.2. 0, which was released April 2022, Redux has deprecated its createStore API. Instead one can import legacy_createStore as createStore for the application to run in harmony without any additional warnings or polyfills

Deepan-kishore commented 1 year ago

Kindly approve the PR, so that the future learner will face no issues while trying the demonstration in the official documentation