You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing error: Using the export keyword between a decorator and a class is not allowed. Please use export @dec class instead.
23 |
24 | @connect(mapStateToProps, mapDispatchToProps)
Parsing error: Using the export keyword between a decorator and a class is not allowed. Please use
export @dec class
instead.23 |
24 | @connect(mapStateToProps, mapDispatchToProps)
The text was updated successfully, but these errors were encountered: