zooniverse / classroom

Front end for the education-api (https://github.com/zooniverse/education-api/)
https://classroom.zooniverse.org/
Apache License 2.0
0 stars 1 forks source link

Redux: migrate from `createStore` to `configureStore` #328

Closed eatyourgreens closed 2 years ago

eatyourgreens commented 2 years ago

createStore is deprecated as of Redux 4.2.0. See https://github.com/reduxjs/redux/issues/4325

eatyourgreens commented 2 years ago

This is essentially the same migration as https://github.com/zooniverse/pandora/pull/253, with some extra custom middleware.