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
it may not be needed, because we have React.Fragment now. But until React 15, if you want to put an outerHTML of a SVG element, you definitely need something to wrap. That's the only reason. also it resulted with making raw prop.
What is the reason behind wrapping the svg in an
<i>
tag?Just wondering if there is a real reason, or this is just how it worked out?
The text was updated successfully, but these errors were encountered: