-
Notifications
You must be signed in to change notification settings - Fork 47k
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
must adding comments for JSX? #16
Comments
@mz121star as I understood, there can be only single comment (pragma?) at the top of a file. P.S. I also don't like placing pragmas in my source code so I've built reactify source transform for browserify which transforms JSX files with |
@mz121star It's an unfortunate side effect of releasing parts of the FB/Instagram infrastructure. That's how we do it internally and we didn't have enough time to clean up and get rid of it. That's very high on our list of things to do now that we've launched. @andreypopp Nice! Cool to see that happening :) I'll push out the npm update shortly. |
@zpao |
See #114 :) |
…patch-2 Revert "refactor import just for more consistent"
must added the following comments ?why?no another way?!
/**
* @jsx React.DOM
*/
The text was updated successfully, but these errors were encountered: