@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.
@@ -2021,7 +2021,7 @@ function useFormEdit(props) {
2021
2021
  };
2022
2022
 
2023
2023
  return {
2024
- form: current,
2024
+ form: cloneDeep(current),
2025
2025
  redo,
2026
2026
  undo,
2027
2027
  reset,