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
Also related, I was wondering if it is possible for all properties to be undefined (or null). Do I need to check all of them or only those that are expected to be null?
The text was updated successfully, but these errors were encountered:
CommonUserstate from @types/tmi.js (version 1.8.2) has the following type definition:
When I log the user state like this (tmi.js version 1.8.5):
We see that the properties with no data are null instead of undefined:
Also related, I was wondering if it is possible for all properties to be undefined (or null). Do I need to check all of them or only those that are expected to be null?
The text was updated successfully, but these errors were encountered: