There was an error while loading. Please reload this page.
1 parent 909875d commit 6fd0bd3Copy full SHA for 6fd0bd3
docs/example-react-hooks-useReducer.md
@@ -7,7 +7,7 @@ The component we are testing which changes some text depending on `stateprop1` v
7
import React, { useReducer } from 'react'
8
9
const initialState = {
10
- stateprop1: false,
+ isConfirmed: false,
11
}
12
13
const Reducer = (state = initialState, action) => {
0 commit comments