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

SVG xmlns attribute #7176

Closed
salzhrani opened this issue Jul 2, 2016 · 5 comments
Closed

SVG xmlns attribute #7176

salzhrani opened this issue Jul 2, 2016 · 5 comments

Comments

@salzhrani
Copy link
Contributor

salzhrani commented Jul 2, 2016

Do you want to request a feature or report a bug?
bug
What is the current behavior?
The following error is raised
"Warning: Unknown prop xmlns on svg tag
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/reactjs/69z2wepo/).
create an a component with and svg tag and set the xmlns attribute
What is the expected behavior?
No warning
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
15.2.0

@brianreavis
Copy link
Contributor

This is a duplicate of #6471

@salzhrani
Copy link
Contributor Author

They are symptoms of the same problem ... but #6471 is not about this warning

@gaearon
Copy link
Collaborator

gaearon commented Jul 2, 2016

This is not a bug per se. You see the warning because this attribute is currently unsupported.
I think this should be solved by #6532 (seems closer to what @zpao wanted than #6471).

@salzhrani
Copy link
Contributor Author

any would do ...

@zpao
Copy link
Member

zpao commented Jul 13, 2016

Merged #6471 so closing this out.

@zpao zpao closed this as completed Jul 13, 2016
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

4 participants