Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react jsx arrow function parsing error #707

Closed
leecz opened this issue Dec 2, 2016 · 1 comment

Comments

@leecz
Copy link

commented Dec 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?

@feross feross closed this Dec 2, 2016

@lock 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.
2 participants
You can’t perform that action at this time.