I followed your book. But got the following error message when I run `yarn lint`: > Parsing error: Unexpected token = In my code: ``` state = { text: '' } ``` What is your suggestion to remove the lint error? Thanks.