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
I'm trying to achieve the following HTML in React:
<aclassName="collapsible-header">
// the value on the next line is the text which needs translation
language
<iclassName="material-icons">arrow_drop_down</i></a>
Hello,
I'm trying to achieve the following HTML in React:
and I'm trying this:
But the "i" tag isn't rendered.
If the "children" isn't supported, is there another way for this ?
The text was updated successfully, but these errors were encountered: