@acorex/platform 20.7.7 → 20.7.8

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.
@@ -106,6 +106,7 @@ withMethods((store) => ({
106
106
  if (isEqual(currentData, initialData)) {
107
107
  return; // Skip if the current state matches the initial state
108
108
  }
109
+ console.log('initialData', initialData);
109
110
  const changeEvent = {
110
111
  oldValue: null,
111
112
  newValue: cloneDeep(initialData),