Skip to content

withFieldGroup#props does not support interfaces #1703

@LeCarbonator

Description

@LeCarbonator

Describe the bug

withForm has initially had the same issue, where interfaces are not assignable to Record<string, unknown>.
This is because interfaces do not have an index signature.

#1601 (and the following v1.13.1) fixed this issue for withForm. withFieldGroup was not yet merged at that state, and it seems like this fix was lost for withFieldGroup.

TanStack Form version

react-form v1.19.2

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