Skip to content

useField returns an empty string on the first render for a newly added array item #1093

Description

@romancavry

Description

After upgrading to newer versions of react-final-form/final-form, useField() returns an empty string on the first render for a newly added item inside an array value.

The form values already contain the correct object, but the field hook initially returns "" for the new nested field path. On the next render, it returns the correct value.

This is a regression compared to older versions, where useField('list.*') returned the actual value from form state immediately on the first render.

Steps to reproduce

https://codesandbox.io/p/sandbox/awesome-jepsen-dh35dp

  • click add
  • a new item is added to the array, item is mounted for list.0
  • check the console output from useField("list.0")
  • see first empty string, then actual value
final-form: '4.20.10,
react-final-form: '6.5.9',

Everything ok, the first render returns the value.

Image
final-form: '5.0.1,
react-final-form: '7.0.1',

Not ok, the first render is empty.

Image

Maybe related:
#1050

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions