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
When I am proving some content between <> without space like <testing content> the parser is breaking & If I am providing < testing content > then it is working fine.
I am using with React 18.
The text was updated successfully, but these errors were encountered:
@NehaDelta this is because the parser treats any content between <...> as a custom element. My recommendation is to escape the < and > as < and >.
When I am proving some content between <> without space like
<testing content>
the parser is breaking & If I am providing < testing content > then it is working fine.I am using with React 18.
The text was updated successfully, but these errors were encountered: