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
but you (foolishly) include something that may be falsy as the value_if_true, then the false ternary will end up returning value_if_false even if some_boolean_expression is true. It would be great if this package could identify and catch this error
The text was updated successfully, but these errors were encountered:
If you have a false ternary like this:
but you (foolishly) include something that may be falsy as the
value_if_true
, then the false ternary will end up returningvalue_if_false
even ifsome_boolean_expression
is true. It would be great if this package could identify and catch this errorThe text was updated successfully, but these errors were encountered: