Skip to content
#

blitz

Here are 60 public repositories matching this topic...

blitz
beerose
beerose commented Nov 1, 2021

What do you want and why?

If a user has a react-final-form with a JS Set (or Map) in the initial values, the form resets on some activities, e.g. switching to another tab.

Possible implementation(s)

This can be fixed by using the initialValuesEqual prop:

import deepEqual from "fast-deep-equal"

    <FinalForm
      initialValues={initialValues}
      initialValues
kind/feature-change good first issue status/assigned

Improve this page

Add a description, image, and links to the blitz topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blitz topic, visit your repo's landing page and select "manage topics."

Learn more