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
I got the precedence of `??` incorrect 4 years ago in 13dd38d.
This didn't let any truthy string value given to take effect.
In reality, I was trying to allow strings or nulls through
and default only for the undefined case.
0 commit comments