Skip to content

Issue on TypeScript FieldSubscription #459

@OnimBeta

Description

@OnimBeta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions