You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
innerhtml is not supposed to work with svg(per spec). See #5310 (comment)
But apparently there is a shim that would allow you to set it when I did a quick search
Version
2.5.16
Reproduction link
https://codepen.io/anon/pen/vrqYEG
Steps to reproduce
Set
domProps: { innerHTML }
of svg tag and it will not work in IEWhat is expected?
SVG should contain provided HTML
What is actually happening?
SVG contains no HTML
React had the same issue a while ago
facebook/react#10013
The text was updated successfully, but these errors were encountered: