Skip to content

Missing public type FieldArrayRenderProps for importing. #146

Open
@viktor-equinix

Description

@viktor-equinix

Are you submitting a bug report or a feature request?

Feature request

What is the current behavior?

Missing public type FieldArrayRenderProps, instead of that now I need to import from private place which can be changed in any version

import type { FieldArrayRenderProps } from 'react-final-form-arrays/dist/types'; // <-- this
...
type FinalFormArrayFieldType = $PropertyType<FieldArrayRenderProps, 'fields'>

What is the expected behavior?

import type { FieldArrayRenderProps } from 'react-final-form-arrays'; // <-- expect this
...
type FinalFormArrayFieldType = $PropertyType<FieldArrayRenderProps, 'fields'>

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