-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Class literal properties #2482
Comments
This was referenced Sep 17, 2016
Sure you don't need the computed property square brackets? |
@Kovensky I think it's valid ES with or without square brackets in this case. At least it works in babel and latest Chrome without them. With brackets Flow complains as well:
|
This is a known issue. We currently don’t support it, but we should be adding support in the future 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flow yields:
From error message I understand that Flow team aware about this issue, but I just wanted to give you another use-case (we need this for Fantasy Land) and open an issue to track progress if that's ok.
This should also be added to the list in #560 .
The text was updated successfully, but these errors were encountered: