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
Now, when this renders, the body text will be "x=y>Body Text". This is almost certainly not what the developer intended.
It seems like any > that appears in the body of a react tag is probably an error. If the user wants this they should do >, or perhaps {'>'}. We could go further and also suggest that other HTML special characters are replaced with the correct entities.
Is there already a rule for this? I'm happy to look into adding this.
The text was updated successfully, but these errors were encountered:
Example:
Now, when this renders, the body text will be "x=y>Body Text". This is almost certainly not what the developer intended.
It seems like any > that appears in the body of a react tag is probably an error. If the user wants this they should do >, or perhaps {'>'}. We could go further and also suggest that other HTML special characters are replaced with the correct entities.
Is there already a rule for this? I'm happy to look into adding this.
The text was updated successfully, but these errors were encountered: