Add cancel
function to useResendMessage
hook
#153
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors
lint
Process completed with exit code 1.
|
typecheck
Property 'resendMessage' does not exist on type '{ cancel: (message: CachedMessageWithId) => Promise<void>; error: Error | null; isLoading: boolean; resend: (message: CachedMessageWithId) => Promise<...>; }'.
|
typecheck
Property 'resendMessage' does not exist on type '{ cancel: (message: CachedMessageWithId) => Promise<void>; error: Error | null; isLoading: boolean; resend: (message: CachedMessageWithId) => Promise<...>; }'.
|
typecheck
Process completed with exit code 2.
|
test
Process completed with exit code 1.
|