boron icon indicating copy to clipboard operation
boron copied to clipboard

Unknown prop `xmlns` on <svg>

Open wiredots01 opened this issue 8 years ago • 2 comments

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 avatar Jul 26 '16 13:07 wiredots01

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

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

everything works fine..

wiredots01 avatar Jul 26 '16 14:07 wiredots01

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

Langmack avatar May 05 '17 14:05 Langmack