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
Yeah this is actually intentional, and it's to be uniform (can always have braces, can not always not have braces). Plus, make it easier to change the expression. If you add a pipe to AAAAA in the example above you'll need to wrap with braces anyway or you get a somewhat non obvious syntax error.
Example:
Autcomplete correctly suggests
AAAAA
andBBBBB
. When I selectAAAAA
, I getThe braces are unnecessary here, so I usually remove them again manually to get
The text was updated successfully, but these errors were encountered: