Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upreact jsx arrow function parsing error #707
Comments
This comment has been minimized.
This comment has been minimized.
feross
closed this
Dec 2, 2016
Closed
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
leecz commentedDec 2, 2016
code like:
class App extends component {
handleSomething = () => {
...
}
render(){...}
}
the arrow function will case parse error
this feature is very useful in react , can support this?