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 2a4fff6 commit a03fd7fCopy full SHA for a03fd7f
src/browser/chrome/scripts/parser.js
@@ -17,7 +17,7 @@ function useReducerReplacement() {
17
});
18
return newState;
19
}
20
- return dispatcher.useReducer(reducerWithTracker, initialArg, init);
+ return dispatcher.useReducer(reducerWithTracker, initialState, initialAction);
21
22
23
function commitAllHostEffectsReplacement() {
0 commit comments