Skip to content

TypeError: Cannot read properties of undefined (reading 'active')Β #167

Open
@codelover2k

Description

@codelover2k

I am using react-final-form with Next.js!

So I have <FieldArray name="telefonnumbers">... in my Form that has some tabs and it works perfectly. It shows the data the way, I can create new items and delete them.

But when I go to one tab, and go to a tab where a FieldArray lives, I get this error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'active')

I can still see my data and work like nothing happens, but the error only appears if I go to one tab and switch to a tab that has a FieldArray component

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