Guest User

Untitled

a guest
Oct 30th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. 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'.
  2. 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>'.
  3. 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>'.
  4. The types of 'options.validators' are incompatible between these types.
  5. 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'.
  6. 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>'.
  7. Type 'FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined' is not assignable to type 'FormValidateOrFn<unknown> | undefined'.
  8. Type 'FormValidateFn<{ description: string; amount: number; category: string; }>' is not assignable to type 'FormValidateOrFn<unknown> | undefined'.
  9. Type 'FormValidateFn<{ description: string; amount: number; category: string; }>' is not assignable to type 'FormValidateFn<unknown>'.
  10. Types of parameters 'props' and 'props' are incompatible.
  11. 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>; }'.
  12. Types of property 'value' are incompatible.
  13. Type 'unknown' is not assignable to type '{ description: string; amount: number; category: string; }'
Advertisement
Add Comment
Please, Sign In to add comment