show paste icon #39
Annotations
7 errors
|
code-quality
Process completed with exit code 2.
|
|
code-quality:
app/currency.tsx#L78
Type '(scanning: ScanningData) => Promise<{ urInProgress: boolean; progress?: number; }>' is not assignable to type '(scanning: { data: string; type?: string | undefined; }) => Promise<unknown>'.
|
|
code-quality:
app/camera.tsx#L32
Argument of type 'import("/home/runner/work/Sovran/Sovran/components/screens/CameraScreen").ScanningData' is not assignable to parameter of type 'import("/home/runner/work/Sovran/Sovran/hooks/coco/useProcessPaymentString").ScanningData'.
|
|
code-quality:
app/(send-flow)/currency.tsx#L101
Type '(scanning: ScanningData) => Promise<{ urInProgress: boolean; progress?: number; }>' is not assignable to type '(scanning: { data: string; type?: string | undefined; }) => Promise<unknown>'.
|
|
code-quality:
app/(send-flow)/camera.tsx#L29
Argument of type 'import("/home/runner/work/Sovran/Sovran/components/screens/CameraScreen").ScanningData' is not assignable to parameter of type 'import("/home/runner/work/Sovran/Sovran/hooks/coco/useProcessPaymentString").ScanningData'.
|
|
code-quality:
app/(receive-flow)/currency.tsx#L81
Type '(scanning: ScanningData) => Promise<{ urInProgress: boolean; progress?: number; }>' is not assignable to type '(scanning: { data: string; type?: string | undefined; }) => Promise<unknown>'.
|
|
code-quality:
app/(receive-flow)/camera.tsx#L29
Argument of type 'import("/home/runner/work/Sovran/Sovran/components/screens/CameraScreen").ScanningData' is not assignable to parameter of type 'import("/home/runner/work/Sovran/Sovran/hooks/coco/useProcessPaymentString").ScanningData'.
|