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 378e1fd commit 7bf6112Copy full SHA for 7bf6112
src/boot/reducers.js
@@ -61,8 +61,7 @@ function applyReducer<Key: $Keys<GlobalState>, State>(
61
return nextState;
62
}
63
64
-// Inlined just now from Redux upstream.
65
-// We'll clean this up in the next few commits.
+// Based on Redux upstream's combineReducers.
66
const combinedReducer = (state: void | GlobalState, action: Action): GlobalState => {
67
// prettier-ignore
68
const nextState = {
0 commit comments