You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app currently uses most of the pieces of the toolkit piecemeal instead of the higher level helpers (it uses redux-dynamic-modules for instance, so we have our own store creation). But in this particular case I may be able to use getDefaultMiddleware, assuming it doesn't matter whether other middleware comes before the immutable state invariant one (I do have some that needs to come before thunk).
Hello! 👋
The Other Exports docs say that
createImmutableStateInvariantMiddleware
is exported, but it doesn't seem to actually be there: https://github.com/reduxjs/redux-toolkit/blob/master/src/index.tsThe text was updated successfully, but these errors were encountered: