@overmap-ai/core 1.0.35-fix-token-refresh-loop.5 → 1.0.35-fix-token-refresh-loop.6
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
|
@@ -10255,7 +10255,6 @@ const PatchFormProvider = memo(
|
|
|
10255
10255
|
);
|
|
10256
10256
|
const validate = useCallback(
|
|
10257
10257
|
(form) => {
|
|
10258
|
-
console.debug("VALIDATING FORM:", form);
|
|
10259
10258
|
const error2 = validateForm(schema, form);
|
|
10260
10259
|
if (error2) {
|
|
10261
10260
|
onError(error2);
|