-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Hi!,
I'm trying to use this lib from react-native with typescript.
unfortunately 'npm run tsc' will complain about AbortController:
node_modules/react-async/dist-types/index.d.ts:333:71 - error TS2304: Cannot find name 'AbortController'.
333 export declare type PromiseFn<T> = (props: AsyncProps<T>, controller: AbortController) => Promise<T>;
Any ideas how to solve this?
Metadata
Metadata
Assignees
Labels
No labels