yuanyan / boron

A collection of dialog animations with React.js
https://yuanyan.github.io/boron
MIT License
1.48k stars 153 forks source link

Unknown prop `xmlns` on <svg> #28

Open wiredots01 opened 8 years ago

wiredots01 commented 8 years ago

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 commented 8 years ago

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

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

everything works fine..

Langmack commented 7 years ago

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