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
<Linkify>User changed email address to "[email protected]"</Linkify>
You'll notice that the opening quote is included in the mailto link (as mailto:"[email protected]). Even though quotes are allowed in the email address syntax, since there's not closing quote on the local part of the address I wouldn't expect linkify to try to include it in the email address.
The text was updated successfully, but these errors were encountered:
Try rendering a component with the following:
You'll notice that the opening quote is included in the
mailto
link (asmailto:"[email protected]
). Even though quotes are allowed in the email address syntax, since there's not closing quote on the local part of the address I wouldn't expect linkify to try to include it in the email address.The text was updated successfully, but these errors were encountered: