@ahmadmubarak98/namozaj 1.6.59 → 1.6.61

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.
Files changed (2) hide show
  1. package/dist/namozaj.js +3 -5
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -50533,8 +50533,8 @@ const _ = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports), FileField = ({
50533
50533
  type: we.type
50534
50534
  })), Ne = await Promise.all(ye);
50535
50535
  l == null || l([
50536
- ...a,
50537
- ...Ne.map((we) => we.response)
50536
+ ...a || [],
50537
+ ...(Ne || []).map((we) => we.response)
50538
50538
  ]), I(
50539
50539
  ze.map((we) => ({
50540
50540
  url: URL.createObjectURL(we),
@@ -85985,9 +85985,7 @@ const Form = React__default.forwardRef(
85985
85985
  validateForm: h
85986
85986
  }),
85987
85987
  [p]
85988
- ), useEffect(() => {
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) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.6.59",
4
+ "version": "1.6.61",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",