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
fix: handle raw: true option to pass form submission values correctly (#733)
* test: make tests happy
* fix(resolver): handle `raw: true` option to pass form submission values correctly
Ensure that the `raw: true` option in the Resolver now correctly passes a copy of the form submission values, preventing data loss or inconsistencies.
* doc(effect): update readme
* doc(zod): update import example
0 commit comments