-
Notifications
You must be signed in to change notification settings - Fork 48.5k
SVG dy attribute is ignored #1573
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
Comments
I could add this to #1557 |
You'll note that |
Hmm... seems like it's probably in master but not in 0.10, but I was expecting an error. Let em verify this again and maybe this is already fixed. |
Yes I noticed that. OTOH, I'm not able to reproduce the issue on master. |
I can't quickly upgrade to master because the |
|
@avh4 If you are on less than React 0.8 (I think?), there's a "whitespace tool" in the repo that automatically "upgrades" all your files to produce identical output with the newer versions. |
It's available on npm: |
Rendering a
text
element with ady
attribute in react does not actually render thedy
element. It is simply ignored.Repro: http://jsfiddle.net/avh4/B2R5s/
The text was updated successfully, but these errors were encountered: