Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Type 'ReactFormExtendedApi<{ description: string; amount: number; category: string; }, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, ... 8 more ..., unknown>' is not assignable to type 'ReactFormExtendedApi<unknown, FormValidateOrFn<unknown> | undefined, FormValidateOrFn<unknown> | undefined, FormAsyncValidateOrFn<unknown> | undefined, ... 7 more ..., unknown> | null'.
- Type 'ReactFormExtendedApi<{ description: string; amount: number; category: string; }, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, ... 8 more ..., unknown>' is not assignable to type 'ReactFormExtendedApi<unknown, FormValidateOrFn<unknown> | undefined, FormValidateOrFn<unknown> | undefined, FormAsyncValidateOrFn<unknown> | undefined, ... 7 more ..., unknown>'.
- Type 'ReactFormExtendedApi<{ description: string; amount: number; category: string; }, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, ... 8 more ..., unknown>' is not assignable to type 'FormApi<unknown, FormValidateOrFn<unknown> | undefined, FormValidateOrFn<unknown> | undefined, FormAsyncValidateOrFn<unknown> | undefined, ... 7 more ..., unknown>'.
- The types of 'options.validators' are incompatible between these types.
- Type 'FormValidators<{ description: string; amount: number; category: string; }, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, ... 6 more ..., FormAsyncValidateOrFn<...> | undefined> | unde...' is not assignable to type 'FormValidators<unknown, FormValidateOrFn<unknown> | undefined, FormValidateOrFn<unknown> | undefined, FormAsyncValidateOrFn<unknown> | undefined, ... 5 more ..., FormAsyncValidateOrFn<...> | undefined> | undefined'.
- Type 'FormValidators<{ description: string; amount: number; category: string; }, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined, ... 6 more ..., FormAsyncValidateOrFn<...> | undefined>' is not assignable to type 'FormValidators<unknown, FormValidateOrFn<unknown> | undefined, FormValidateOrFn<unknown> | undefined, FormAsyncValidateOrFn<unknown> | undefined, ... 5 more ..., FormAsyncValidateOrFn<...> | undefined>'.
- Type 'FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined' is not assignable to type 'FormValidateOrFn<unknown> | undefined'.
- Type 'FormValidateFn<{ description: string; amount: number; category: string; }>' is not assignable to type 'FormValidateOrFn<unknown> | undefined'.
- Type 'FormValidateFn<{ description: string; amount: number; category: string; }>' is not assignable to type 'FormValidateFn<unknown>'.
- Types of parameters 'props' and 'props' are incompatible.
- Type '{ value: unknown; formApi: FormApi<unknown, any, any, any, any, any, any, any, any, any, any, any>; }' is not assignable to type '{ value: { description: string; amount: number; category: string; }; formApi: FormApi<{ description: string; amount: number; category: string; }, any, any, any, any, any, any, any, any, any, any, any>; }'.
- Types of property 'value' are incompatible.
- Type 'unknown' is not assignable to type '{ description: string; amount: number; category: string; }'
Advertisement
Add Comment
Please, Sign In to add comment