mail input #1693
Annotations
7 errors
playwright run
Argument of type 'string' is not assignable to parameter of type 'SetStateAction<undefined>'.
|
playwright run
Property 'replace' does not exist on type 'never'.
|
playwright run
'email' is possibly 'null' or 'undefined'.
|
playwright run
Argument of type 'SingleValue<undefined>' is not assignable to parameter of type 'SetStateAction<undefined>'.
|
playwright run
Type 'unknown' is not assignable to type 'string | number | readonly string[] | undefined'.
|
playwright run
Property 'mails' is missing in type '{ tenantId: string; }' but required in type '{ tenantId: string; mails: any; }'.
|
playwright run
Process completed with exit code 2.
|