Skip to main content

React-TS2345

TS2345: Argument of type CancellablePromise<void> is not assignable to parameter of type SetStateAction<> Type CancellablePromise<void> is not assignable to type () => []Type Promise<void> & { cancel(): void; } provides no match for the signature (): []