There was an error while loading. Please reload this page.
1 parent ebcab51 commit 77674e8Copy full SHA for 77674e8
docs/example-react-hooks-useReducer.md
@@ -15,7 +15,7 @@ function reducer(state = initialState, action) {
15
case "SUCCESS":
16
return {
17
...state,
18
- stateprop1: true,
+ isConfirmed: true,
19
}
20
case "FAILURE":
21
0 commit comments