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
Note that due to type erasure the type check may be partial (e.g. assertIs<List<String>>(value) only checks for the class being List and not the type of its elements because it's erased).
The call only ensures that the value is of type
LNChannel<Any>
According to the docs for assertIs:
There was a related discussion here
The text was updated successfully, but these errors were encountered: