-
Notifications
You must be signed in to change notification settings - Fork 486
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
Support for React 16 Fragment syntax #1029
Comments
We need to update our Babel dependencies. Would you have time to create a PR? Thanks. |
@arv I'll try, maybe on Saturday 😅 |
@arv well, I tried, but fragment syntax requires babel 7 and I aware of make something wrong. I'm sorry, but I'm newbee in configuration 😞 |
Understood. I think we should at least wait until Babel 7 is no longer in beta 😿 |
I disagree, I am using the beta in most of my projects already in production and the meteor.js framework for example is using the beta aswell and it's just working fine :)
|
Merging into #996 - appreciate any help managing the Babel 7 update. |
Running (as mentioned in
--help
)Getting error in one of my components:
Do I make something wrong, or there is no React 16 Fragment syntax support yet?
Thank you in advance!
The text was updated successfully, but these errors were encountered: