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

Unknown prop xmlns on <svg> #28

Open
wiredots01 opened this issue Jul 26, 2016 · 2 comments
Open

Unknown prop xmlns on <svg> #28

wiredots01 opened this issue Jul 26, 2016 · 2 comments

Comments

@wiredots01
Copy link

using: React v 15.2.1 (latest as of now)

warning.js:44 Warning: Unknown prop xmlns on tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
in svg (created by Constructor)
in div (created by Constructor)
in div (created by Constructor)
in span (created by Constructor)

@wiredots01
Copy link
Author

wiredots01 commented Jul 26, 2016

if i remove this one on your code "OutlineModal.js"

xmlns: "http://www.w3.org/2000/svg",

everything works fine..

@Langmack
Copy link

Langmack commented May 5, 2017

When updating the attribute to xlinkHref I was able to remove the this warning. Not sure if that would suffice in this case.

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