@juantroconisf/lib 3.1.0 → 3.1.1

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/index.js CHANGED
@@ -196,7 +196,7 @@ function useFormChange({
196
196
  value,
197
197
  isTouched,
198
198
  selectedValidations,
199
- errorMessages[id]
199
+ errorMessages?.[id]
200
200
  );
201
201
  errors2.current = handleNestedChange({
202
202
  state: errors2.current,
package/dist/index.mjs CHANGED
@@ -177,7 +177,7 @@ function useFormChange({
177
177
  value,
178
178
  isTouched,
179
179
  selectedValidations,
180
- errorMessages[id]
180
+ errorMessages?.[id]
181
181
  );
182
182
  errors2.current = handleNestedChange({
183
183
  state: errors2.current,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juantroconisf/lib",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",