Closed
Description
Currently in the https://reactjs.org/docs/hooks-reference.html#usereducer section is taking wrong param in Counter
function.
- function Counter({initialCount}) {
+ function Counter({initialState}) {
Metadata
Metadata
Assignees
Labels
No labels