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
When trying to declare static props get an ESlint error: Parsing error: Unexpected token =.
Fixed only by adding additional configuration line to .eslintrc.js file above extends entry: parser: "babel-eslint",.
The text was updated successfully, but these errors were encountered:
When trying to declare static props get an ESlint error:
Parsing error: Unexpected token =
.Fixed only by adding additional configuration line to
.eslintrc.js
file aboveextends
entry:parser: "babel-eslint",
.The text was updated successfully, but these errors were encountered: