We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 | });