diff --git a/bun.lockb b/bun.lockb index cb3fc2f..70cb028 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/index.ts b/src/index.ts index 01b76b1..6f6109c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -520,6 +520,7 @@ export const newForm: NewFormFn = ( abortEarly: false, }); } catch (error) { + console.warn(error); if (error?.inner) { const validationErrors = error.inner.reduce( (acc: FormErrors, { message, path }) => {