You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should migrate to the latest version of the react-hook-form library. There is a migration guide here. This should not require much else than searching for the listed occurrences and replacing them with the as pointed out in the guide.
The text was updated successfully, but these errors were encountered:
@BeAmazedVariable this issue would require to first updating react-hook-form from version 6 to 7. Then, one would need to modify each file where react-hook-form has been used to conform with the new changes in version 7. Instructions about the changes that need to be made have been documented in the migration guide linked in the OP.
We should migrate to the latest version of the react-hook-form library. There is a migration guide here. This should not require much else than searching for the listed occurrences and replacing them with the as pointed out in the guide.
The text was updated successfully, but these errors were encountered: