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 | undefined, FormValidateOrFn | undefined, FormAsyncValidateOrFn | 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 | undefined, FormValidateOrFn | undefined, FormAsyncValidateOrFn | 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 | undefined, FormValidateOrFn | undefined, FormAsyncValidateOrFn | 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 | undefined, FormValidateOrFn | undefined, FormAsyncValidateOrFn | 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 | undefined, FormValidateOrFn | undefined, FormAsyncValidateOrFn | undefined, ... 5 more ..., FormAsyncValidateOrFn<...> | undefined>'. Type 'FormValidateOrFn<{ description: string; amount: number; category: string; }> | undefined' is not assignable to type 'FormValidateOrFn | undefined'. Type 'FormValidateFn<{ description: string; amount: number; category: string; }>' is not assignable to type 'FormValidateOrFn | undefined'. Type 'FormValidateFn<{ description: string; amount: number; category: string; }>' is not assignable to type 'FormValidateFn'. Types of parameters 'props' and 'props' are incompatible. Type '{ value: unknown; formApi: FormApi; }' 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; }'