@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.
|
@@ -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(() => {
|
|
@@ -7150,6 +7150,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7150
7150
|
exports2.Colors = Colors;
|
|
7151
7151
|
exports2.DEFAULT_ISSUE_PRIORITY = DEFAULT_ISSUE_PRIORITY;
|
|
7152
7152
|
exports2.DEFAULT_ISSUE_STATUS = DEFAULT_ISSUE_STATUS;
|
|
7153
|
+
exports2.DeferredPromise = DeferredPromise;
|
|
7153
7154
|
exports2.DocumentAttachmentService = DocumentAttachmentService;
|
|
7154
7155
|
exports2.DocumentService = DocumentService;
|
|
7155
7156
|
exports2.EmailDomainsService = EmailDomainsService;
|