Skip to content

Use const instead of var #16

@mkermani144

Description

@mkermani144

As you use ES6 in your tutorial, I think the line 57 of App component:

var App = connect(mapStateToProps, mapDispatchToProps)(Main);

should be:

const App = connect(mapStateToProps, mapDispatchToProps)(Main);

just as it is in the video tutorial.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions