-
-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
bug report
What is the current behavior?
<Field
name={name}
subscription={{
submitError: true,
modifiedSinceLastSubmit: true,
}}
render={() => {...}}
/>
interface FieldSubscription {
... ;
modifiedSinceLastSubmit?: false;
... ;
}
What is the expected behavior?
interface FieldSubscription {
... ;
modifiedSinceLastSubmit?: boolean;
... ;
}
What's your environment?
"final-form": "^4.20.6",
"react-final-form": "^6.5.8",
Other information
interface from final-form
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels