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
Hello! My first issue here. First of all thanks for amazing library, it's a real time and life saver tool!
So I've decided to update from resolvers v2.0.0-rc.1 and react-hook-form v6.x to both latest.
Describe the bug
Using stripUnknown via yupResolver no longer working: empty data all the time, no validation working
Using resolvers v2.5.1 and react hook form v7.6.9
To Reproduce
Use yupResolver(schema, { stripUnknown: true })
Hello! My first issue here. First of all thanks for amazing library, it's a real time and life saver tool!
So I've decided to update from resolvers v2.0.0-rc.1 and react-hook-form v6.x to both latest.
Describe the bug
Using stripUnknown via yupResolver no longer working: empty data all the time, no validation working
Using resolvers v2.5.1 and react hook form v7.6.9
To Reproduce
Use yupResolver(schema, { stripUnknown: true })
Codesandbox link (Required)
https://codesandbox.io/s/brave-ellis-gunj5?file=/src/App.tsx
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
Was working fine on react-hook-form v6.x and resolvers v2.0.0-rc.1
The text was updated successfully, but these errors were encountered: