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
Same is happening to me. Seems odd that the possibility of message === undefined is ruled out, here.
That line is called from here. message is the dialog's top message and it can be undefined. In that case message.originalMessage is undefined, too, and thats the object that is undefined in the error cited above.
Hi, I have following code
and it fails with following error:
It seems message could be null and
this.date = this.message!.date!;
it will fail here in that case.The text was updated successfully, but these errors were encountered: