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
We had this implemented (#89 and #103) but with the new UIDL structure, this has to be thought differently. Perhaps we can have a step in the resolver that looks at boolean conditionals and decides if two conditionals which are one after another can be written in a smarter way:
We had this implemented (#89 and #103) but with the new UIDL structure, this has to be thought differently. Perhaps we can have a step in the resolver that looks at boolean conditionals and decides if two conditionals which are one after another can be written in a smarter way:
react
:{ condition ? (branch - true) : (branch - false)
vue
The text was updated successfully, but these errors were encountered: