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
The latter case works now, but the first case still doesn't, and it's very tricky because it's JSX until it's commented, then it becomes treated as Markdown. 😓
When commenting a line using ⌘ + /, top-level JSX:
should turn into Markdown comments:
<!-- <Foo /> -->
and commenting content inside a JSX tag:
should turn into JSX comments:
The text was updated successfully, but these errors were encountered: