@ahmadmubarak98/namozaj 1.6.59 → 1.6.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/namozaj.js +2 -4
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -50564,7 +50564,7 @@ const _ = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports), FileField = ({
|
|
|
50564
50564
|
} else
|
|
50565
50565
|
l == null || l(ze);
|
|
50566
50566
|
} catch (ze) {
|
|
50567
|
-
re(Re(T, ze));
|
|
50567
|
+
console.log(ze), re(Re(T, ze));
|
|
50568
50568
|
} finally {
|
|
50569
50569
|
Z(!1);
|
|
50570
50570
|
}
|
|
@@ -85985,9 +85985,7 @@ const Form = React__default.forwardRef(
|
|
|
85985
85985
|
validateForm: h
|
|
85986
85986
|
}),
|
|
85987
85987
|
[p]
|
|
85988
|
-
)
|
|
85989
|
-
console.log(p.watch());
|
|
85990
|
-
}, [p.watch()]);
|
|
85988
|
+
);
|
|
85991
85989
|
const C = e.isNested ? "div" : "form", v = e.isNested ? {} : { onSubmit: p.handleSubmit(b) };
|
|
85992
85990
|
return useEffect(() => {
|
|
85993
85991
|
e.error && Object.keys(e.error).forEach((U) => {
|