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
Apply `$then` to the value if the condition is truthy, otherwise return the value unchanged. `$if` can be a callable (evaluated with the value) or a value (used directly as the condition).
Apply `$then` to the value if the condition is falsy, otherwise return the value unchanged. The inverse of `when()`. `$if` can be a callable or a value.
0 commit comments