tests #1485
Annotations
7 errors
|
tests
Argument of type 'string' is not assignable to parameter of type 'FormDataKeys<Data>'.
|
|
tests
Argument of type 'string' is not assignable to parameter of type 'FormDataKeys<Data>'.
|
|
tests
Type 'InertiaFormProps<Data> & { validating: boolean; touched: (name: keyof Data) => boolean; touch(name: string | string[] | NamedInputEvent): InertiaFormProps<...> & ...; ... 13 more ...; validator: () => Validator; }' is not assignable to type 'Form<Data>'.
|
|
tests
Type 'Data & InertiaFormProps<Data> & { validating: boolean; touched: (name: keyof Data) => boolean; touch(name: string | string[] | NamedInputEvent): Form<...>; ... 13 more ...; validator: () => Validator; }' is not assignable to type 'Form<Data>'.
|
|
tests
Argument of type 'string' is not assignable to parameter of type 'FormDataKeys<Data>'.
|
|
tests
Argument of type 'string' is not assignable to parameter of type 'FormDataKeys<Data>'.
|
|
tests
Process completed with exit code 2.
|