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
Expected behavior
I'd expect to see the errors object displayed as a string above the form
Screenshots
Desktop (please complete the following information):
OS: OSX ventura
Browser: chrome
Version 119.0.6045.159
Additional context
Stringifying errors (as well as the rest of the formState) is often useful for me and my team to be able to quickly reference within the UI in dev environments to troubleshoot.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to stringify my errors object, I'm receiving a TypeError Converting circular structure to JSON
To Reproduce
Steps to reproduce the behavior:
Codesandbox link (Required)
RHF - V7 Yup resolver fork (with bug)
RHF - v6 Yup resolver fork (functioning as expected)
Expected behavior
I'd expect to see the errors object displayed as a string above the form
Screenshots
Desktop (please complete the following information):
Additional context
Stringifying errors (as well as the rest of the formState) is often useful for me and my team to be able to quickly reference within the UI in dev environments to troubleshoot.
The text was updated successfully, but these errors were encountered: