@overmap-ai/core 1.0.60-forms-removal.0 → 1.0.60-forms-removal.2
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/overmap-core.js
CHANGED
|
@@ -704,7 +704,7 @@ function memoize(func) {
|
|
|
704
704
|
};
|
|
705
705
|
}
|
|
706
706
|
function useMemoCompare(next, compare) {
|
|
707
|
-
const previousRef = useRef();
|
|
707
|
+
const previousRef = useRef(void 0);
|
|
708
708
|
const previous = previousRef.current;
|
|
709
709
|
const isEqual = compare(previous, next);
|
|
710
710
|
useEffect(() => {
|
|
@@ -7164,6 +7164,7 @@ export {
|
|
|
7164
7164
|
Colors,
|
|
7165
7165
|
DEFAULT_ISSUE_PRIORITY,
|
|
7166
7166
|
DEFAULT_ISSUE_STATUS,
|
|
7167
|
+
DeferredPromise,
|
|
7167
7168
|
DocumentAttachmentService,
|
|
7168
7169
|
DocumentService,
|
|
7169
7170
|
EmailDomainsService,
|