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

Support newer react element factories #33

Closed
vegetableman opened this issue Dec 2, 2014 · 4 comments
Closed

Support newer react element factories #33

vegetableman opened this issue Dec 2, 2014 · 4 comments

Comments

@vegetableman
Copy link

Getting this warning:

 Warning: Do not pass React.DOM.label to JSX or createFactory. Use the string "label" instead.
@jsdf
Copy link
Owner

jsdf commented Dec 3, 2014

You need to use compatible versions of react and coffee-react-transform

@vegetableman
Copy link
Author

Unfortunately, another react lib requires react > 0.12 in order to work. so, I can't downgrade it. would be great if the transform could support the newer dialect.

@jsdf
Copy link
Owner

jsdf commented Dec 3, 2014

Which version are you using? v2.1.0 should already support this.

@vegetableman
Copy link
Author

yep, was using an older version. works now. closing this. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants