Skip to content

Commit 6fd0bd3

Browse files
iqbal125alexkrolick
andauthored
Update docs/example-react-hooks-useReducer.md
Co-Authored-By: Alex Krolick <alexkrolick@users.noreply.github.com>
1 parent 909875d commit 6fd0bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example-react-hooks-useReducer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The component we are testing which changes some text depending on `stateprop1` v
77
import React, { useReducer } from 'react'
88

99
const initialState = {
10-
stateprop1: false,
10+
isConfirmed: false,
1111
}
1212

1313
const Reducer = (state = initialState, action) => {

0 commit comments

Comments
 (0)