Answer the question
In order to leave comments, you need to log in
Why is there an error in connect?
Syntactically, there is nothing
Syntax error: C:/Users/asd/Desktop/react-app/src/App.js: Unexpected token, expected } (35:43)
33 |
34 |
> 35 | export default connect(state => ({ updState: state})
| ^
36 | )(App);
Answer the question
In order to leave comments, you need to log in
Erm, no?
If on the shelves:
export default connect(
state => ({ updState: state}// Где скобка закрытия???
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question