@tsed/react-formio 1.14.0 → 1.14.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
@@ -2273,7 +2273,7 @@ function useFormEdit(props) {
2273
2273
  };
2274
2274
 
2275
2275
  return {
2276
- form: current,
2276
+ form: cloneDeep__default['default'](current),
2277
2277
  redo: redo,
2278
2278
  undo: undo,
2279
2279
  reset: reset,