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
1.`initialState` (_any_): The initial state. This can also be the preloaded state for the reducer. This can also be omitted, and the first reducer's initial state will be used instead.
36
36
37
-
2.`...reducers` (_Function_): An set of reducer functions that need to be composed into one.
37
+
2.`...reducers` (_Function_): A set of reducer functions that need to be composed into one.
0 commit comments