Skip to content

Can't support arrow function in class. #7

@ghost

Description

I got below error. It doesn't support arrow function in class.

SyntaxError: src/Test/Components/Footer.js: Unexpected token (38:11)
36 | }
37 |

38 | toggleTc = () => {
| ^
39 | this.setState({
40 | tcModal: !this.state.tcModal,
41 | });

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