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
invariant_1(index$3(reducer)||isObject(reducer),'The reducer parameter passed to createStoreWith must be a Function or an Object. Instead received %s.',typeofreducer==='undefined' ? 'undefined' : _typeof(reducer));
4865
4831
4866
-
invariant_1(!storeEnhancers||index$6(storeEnhancers),'The storeEnhancers parameter passed to createStoreWith must be an Array. Instead received %s.',typeofstoreEnhancers==='undefined' ? 'undefined' : _typeof(storeEnhancers));
4832
+
invariant_1(!storeEnhancers||isArray(storeEnhancers),'The storeEnhancers parameter passed to createStoreWith must be an Array. Instead received %s.',typeofstoreEnhancers==='undefined' ? 'undefined' : _typeof(storeEnhancers));
4867
4833
4868
4834
_reducer=reducer;
4869
4835
_reducerIsObject=isObject(reducer);
@@ -4877,13 +4843,13 @@ function ngReduxProvider() {
0 commit comments