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

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,11 +8,11 @@
8
8
  ESM Build start
9
9
  CJS Build start
10
10
  ESM dist/index.esm.js 60.34 KB
11
- ESM dist/index.esm.js.map 130.98 KB
12
- ESM ⚡️ Build success in 20ms
11
+ ESM dist/index.esm.js.map 130.99 KB
12
+ ESM ⚡️ Build success in 22ms
13
13
  CJS dist/index.cjs.js 63.08 KB
14
- CJS dist/index.cjs.js.map 131.08 KB
15
- CJS ⚡️ Build success in 20ms
14
+ CJS dist/index.cjs.js.map 131.09 KB
15
+ CJS ⚡️ Build success in 22ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 1261ms
17
+ DTS ⚡️ Build success in 1318ms
18
18
  DTS dist/index.d.ts 12.94 KB
@@ -1 +1 @@
1
- $ tsc --noEmit
1
+ $ tsc --noEmit
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
  };