remix-validated-form 5.1.4-beta.3 → 5.1.5

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.
@@ -7,12 +7,12 @@
7
7
  CLI Cleaning output folder
8
8
  ESM Build start
9
9
  CJS Build start
10
- ESM dist/index.esm.js 60.34 KB
11
- ESM dist/index.esm.js.map 130.99 KB
12
- ESM ⚡️ Build success in 22ms
13
10
  CJS dist/index.cjs.js 63.08 KB
14
11
  CJS dist/index.cjs.js.map 131.09 KB
15
12
  CJS ⚡️ Build success in 22ms
13
+ ESM dist/index.esm.js 60.34 KB
14
+ ESM dist/index.esm.js.map 130.99 KB
15
+ ESM ⚡️ Build success in 23ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 1318ms
17
+ DTS ⚡️ Build success in 1279ms
18
18
  DTS dist/index.d.ts 12.94 KB
package/dist/index.cjs.js CHANGED
@@ -1164,7 +1164,7 @@ var useDefaultValuesFromLoader = ({
1164
1164
  const match = matches.reverse().find(
1165
1165
  (match2) => match2.data && typeof match2.data === "object" && dataKey in match2.data
1166
1166
  );
1167
- return (match == null ? void 0 : match.data)[dataKey];
1167
+ return match == null ? void 0 : match.data[dataKey];
1168
1168
  }
1169
1169
  return null;
1170
1170
  };