diff --git a/frontend/src/store/index.ts b/frontend/src/store/index.ts index 39f43fdf85..3ff983b82e 100644 --- a/frontend/src/store/index.ts +++ b/frontend/src/store/index.ts @@ -1,4 +1,8 @@ -import { applyMiddleware, compose, createStore } from 'redux'; +import { + applyMiddleware, + compose, + legacy_createStore as createStore, +} from 'redux'; import thunk, { ThunkMiddleware } from 'redux-thunk'; import AppActions from 'types/actions';