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
Currently it will return an error about type mismatch: expected... which prevents using it in some situation. We should probably add method like IsValidResource which can tell us if getting our concrete resource is even possible.
The text was updated successfully, but these errors were encountered:
Currently it will return an error about
type mismatch: expected...
which prevents using it in some situation. We should probably add method likeIsValidResource
which can tell us if getting our concrete resource is even possible.The text was updated successfully, but these errors were encountered: