Hello,
On 4.10.0 I'm trying to use dirtyFields and Typescript shows this error :
Type '{ initialValues: ArticleFormModel; subscription: { dirtySinceLastSubmit: true; dirtyFields: boole...' is not assignable to type 'IntrinsicAttributes & FormProps & { children?: ReactNode; }'.
Type '{ initialValues: ArticleFormModel; subscription: { dirtySinceLastSubmit: true; dirtyFields: boole...' is not assignable to type 'FormProps'.
Types of property 'subscription' are incompatible.
Type '{ dirtySinceLastSubmit: true; dirtyFields: boolean; }' is not assignable to type 'FormSubscription | undefined'.
Property 'dirtyFields' does not exist on type 'FormSubscription | undefined'
I think it's missing the type in index.d.ts, is there a reason for that?
Thank you
Hello,
On
4.10.0I'm trying to use dirtyFields and Typescript shows this error :I think it's missing the type in index.d.ts, is there a reason for that?
Thank you