Feat share file #1110
Annotations
5 errors
test_web
Type '{ expirationValue: number; onExpirationValueChange: (newValue: number) => void; className?: string | undefined; validityDurationSecondOptions: number[]; validityDurationSecond: number; onChangeShareSelectedValidityDuration: (props: { ...; }) => void; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
test_web
Object literal may only specify known properties, and 'isOpen' does not exist in type 'Partial<{ shareView: ShareView | undefined; onClose: () => void; onRequestUrl: () => void; onChangeShareSelectedValidityDuration: (params: { validityDurationSecond: number; }) => void; }> & { ...; }'.
|
test_web
Object literal may only specify known properties, and 'isOpen' does not exist in type 'Partial<{ shareView: ShareView | undefined; onClose: () => void; onRequestUrl: () => void; onChangeShareSelectedValidityDuration: (params: { validityDurationSecond: number; }) => void; }> & { ...; }'.
|
test_web
Type '(params: { expirationTime: number; }) => void' is not assignable to type '() => void'.
|
test_web
Process completed with exit code 2.
|