@overmap-ai/core 1.0.60-forms-removal.0 → 1.0.60-forms-removal.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.
@@ -691,7 +691,7 @@ var __publicField = (obj, key, value) => {
691
691
  };
692
692
  }
693
693
  function useMemoCompare(next, compare) {
694
- const previousRef = React.useRef();
694
+ const previousRef = React.useRef(void 0);
695
695
  const previous = previousRef.current;
696
696
  const isEqual = compare(previous, next);
697
697
  React.useEffect(() => {