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
export functionComponent(): JSX.Element{return(<p>
You can disable this mechanism with
<ahref="http://tinyurl.com/CSP-disable">Chrome Extension</a>,
but you do this on your own risk.
</p>);}
The comma after <a> tag makes the rest of the text like JavaScript code. Because do and this are highlighted as keywords. But the real issue is the indentation.
The text was updated successfully, but these errors were encountered:
Got this code:
The comma after
<a>
tag makes the rest of the text like JavaScript code. Becausedo
andthis
are highlighted as keywords. But the real issue is the indentation.The text was updated successfully, but these errors were encountered: