We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7613e61 commit 560cc04Copy full SHA for 560cc04
confusion/src/redux/reducer.js
@@ -10,6 +10,6 @@ export const initialState = {
10
promotions: PROMOTIONS,
11
};
12
13
-export const Reducer = (state, action) => {
+export const Reducer = (state = initialState, action) => {
14
return state;
15
0 commit comments