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
Since it redeclares fetch(input: RequestInfo, init?: RequestInit): Promise<Response>;.
Or GlobalFetch could be removed since it's only used as a supertype of Window which already implements WindowOrWorkerGlobalScope anyway.
The text was updated successfully, but these errors were encountered:
Since it redeclares
fetch(input: RequestInfo, init?: RequestInit): Promise<Response>;
.Or
GlobalFetch
could be removed since it's only used as a supertype ofWindow
which already implementsWindowOrWorkerGlobalScope
anyway.The text was updated successfully, but these errors were encountered: