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
{{ message }}
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
all.d.ts(2189,13): error TS2430: Interface 'Thenable<TYPE>' incorrectly extends interface 'PromiseLike<TYPE>'.
Types of property 'then' are incompatible.
Type '<RESULT>(opt_onFulfilled?: ((a: TYPE) => RESULT | Thenable<RESULT>) | null | undefined, opt_onRejected?: ((a: any) => any) | null | undefined) => Thenable<RESULT>' is not assignable to type '<TResult1 = TYPE, TResult2 = never>(onfulfilled?: ((value: TYPE) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<...>'.
Type 'Thenable<TResult1 | PromiseLike<TResult1>>' is not assignable to type 'PromiseLike<TResult1 | TResult2>'.
Types of property 'then' are incompatible.
Type '<RESULT>(opt_onFulfilled?: ((a: TResult1 | PromiseLike<TResult1>) => RESULT | Thenable<RESULT>) | null | undefined, opt_onRejected?: ((a: any) => any) | null | undefined) => Thenable<RESULT>' is not assignable to type '<TResult1 = TResult1 | TResult2, TResult2 = never>(onfulfilled?: ((value: TResult1 | TResult2) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'opt_onFulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'a' are incompatible.
Type 'TResult1 | PromiseLike<TResult1>' is not assignable to type 'TResult1 | TResult2'.
Type 'PromiseLike<TResult1>' is not assignable to type 'TResult1 | TResult2'.
Type 'PromiseLike<TResult1>' is not assignable to type 'TResult2'.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: