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
This library should export both ReducersEnhancerExt and MiddlewareEnhancerExt. It would also make sense to rename InjectorStore and relevant types to something else (containing Ext, since that's the proper Redux terminology).
The text was updated successfully, but these errors were encountered:
I had to do this in application code to get TS to recognize both
store.injectReducers
andstore.injectMiddleware
.This library should export both
ReducersEnhancerExt
andMiddlewareEnhancerExt
. It would also make sense to renameInjectorStore
and relevant types to something else (containingExt
, since that's the proper Redux terminology).The text was updated successfully, but these errors were encountered: