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 AsyncError.error has the type "Object", which causes analyzer warnings when you know the type of the error and try to access properties on it. Typing it "dynamic" would be more accurate.
I think AsyncError.stackTrace should also be typed "dynamic" until issue #142 is fixed.
The text was updated successfully, but these errors were encountered:
Currently AsyncError.error has the type "Object", which causes analyzer warnings when you know the type of the error and try to access properties on it. Typing it "dynamic" would be more accurate.
I think AsyncError.stackTrace should also be typed "dynamic" until issue #142 is fixed.
The text was updated successfully, but these errors were encountered: