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
After upgrading to Zod v4, some default validation error messages have changed.
The method name initFormFields has been renamed to getEditableFormData.
Deprecated methods: Definer.preview, Meta.customPreview, and DefinerData.customPreview.
Fixed bugs
Fixed a bug that caused the following error to appear: [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed.