Future of shouldUnregister
#11884
Unanswered
VictorGosse
asked this question in
Q&A
Replies: 1 comment
-
@bluebill1049 any comment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thanks for this library that we are using a lot in our project and that we love.
My question: will
shouldUnregister
disappear in the future ?A bit of context:
true
was the default value ofshouldUnregister
. With v7, the default value has changed tofalse
which introduced a lot of issues in our codebase so we forced it totrue
everywhere to ease the migration.false
, there are some features that we can't use properly as we haveshouldUnregister: true
in our codebase.If it becomes deprecated, we'll have to update a big part of our codebase and we would like to do it as early as possible to ease the migration.
Beta Was this translation helpful? Give feedback.
All reactions