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
So I found this super small, low priority bug. Where !! can be used to force a variable to not be null to skip null checking, however, the compiler says the expression cannot be null, but will crash if it is. So maybe it's just a better error message? 🤔
Assigning to myself cause I could totally figure this out, once I get the time 😄