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
Currently, the switch conditional is nested inside the conditional element. Switch should be moved up as its own element alongside conditional (which exclusively becomes a container for if/else types).
This allows us to better restrict the amount of if and else elements included within conditional, as it won't have to expect to find a switch element anymore.
The text was updated successfully, but these errors were encountered:
Currently, the switch conditional is nested inside the conditional element. Switch should be moved up as its own element alongside conditional (which exclusively becomes a container for if/else types).
This allows us to better restrict the amount of if and else elements included within conditional, as it won't have to expect to find a switch element anymore.
The text was updated successfully, but these errors were encountered: