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 {} inside JSX expect expressions and "Do" expressions were being ignored; I added an exclusive clause to prevent that and now it has the added benefit of distinguishing do expressions from do loops.
I like to use do blocks to avoid hard to read binary operators.
but this doesn't seem to be recognized in
FJSX15+
Something as simple as:
fails
Oddly, if statements are partially recognized.
In this code:
the true branch is parsed.
The text was updated successfully, but these errors were encountered: