@overmap-ai/core 1.0.28-integrate-forms.2 → 1.0.28-integrate-forms.3
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.
|
@@ -9642,10 +9642,10 @@ var __publicField = (obj, key, value) => {
|
|
|
9642
9642
|
}
|
|
9643
9643
|
);
|
|
9644
9644
|
});
|
|
9645
|
-
const PatchField = (props) => {
|
|
9645
|
+
const PatchField = React.memo((props) => {
|
|
9646
9646
|
console.log("PatchField props:", props);
|
|
9647
9647
|
return null;
|
|
9648
|
-
};
|
|
9648
|
+
});
|
|
9649
9649
|
PatchField.displayName = "PatchField";
|
|
9650
9650
|
const PatchFormProvider = React.memo(
|
|
9651
9651
|
React.forwardRef((props, ref) => {
|