I've got this error after update @react-material/core, and I don't know how to resolve this.
I tried to update react-redux and redux-thunk libraries with no success.
This is part of my store file:
const store = isDevMode
? createStore<ApplicationState>(
rootReducer,
initialState,
composeEnhancers(applyMiddleware(...middleware)),
)
: createStore<ApplicationState>(
rootReducer,
initialState,
applyMiddleware(...middleware),
);
This is the error:
ErrorImage
I'm just trying to resolve this to generate a new version. Any ideas?
Thanks!
You should update redux to 4.0.3 (see: https://github.com/reduxjs/redux/issues/3466)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With