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
This has type: option<user>
But it's expected to have type: user
But, it would be much better if we could tell the user that "hey, you're trying to dot access a field of a record, but the thing you're dot accessing on is actually an option, so you need to unwrap it somehow first".
The text was updated successfully, but these errors were encountered:
This leads to some variation of this error:
But, it would be much better if we could tell the user that "hey, you're trying to dot access a field of a record, but the thing you're dot accessing on is actually an option, so you need to unwrap it somehow first".
The text was updated successfully, but these errors were encountered: