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
windows/WinRTTurboModule/Generated Files/types/Windows.Storage.Streams.d.ts:46:11 - error TS2420: Class 'DataReaderLoadOperation' incorrectly implements interface 'WinRTPromiseBase<number, void> & Promise<number>'.
Type 'DataReaderLoadOperation' is not assignable to type 'WinRTPromiseBase<number, void>'.
Type 'DataReaderLoadOperation' is missing the following properties from type 'WinRTPromiseBase<number, void>': then, done, operation
46 class DataReaderLoadOperation implements Windows.Foundation.WinRTPromise<number, void>, Windows.Foundation.IAsyncInfo {
~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
dunhor
changed the title
Classes that implement WinRTPromise do not declare the "extra" promise-like functions
Classes that implement WinRTPromiseBase do not declare the "extra" promise-like functions
Aug 20, 2021
E.g. this results in the error:
The text was updated successfully, but these errors were encountered: