boron
boron copied to clipboard
Unknown prop `xmlns` on <svg>
using: React v 15.2.1 (latest as of now)
warning.js:44 Warning: Unknown prop xmlns
on
if i remove this one on your code "OutlineModal.js"
xmlns: "http://www.w3.org/2000/svg",
everything works fine..
When updating the attribute to xlinkHref I was able to remove the this warning. Not sure if that would suffice in this case.