@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.
|
@@ -10251,7 +10251,6 @@ var __publicField = (obj, key, value) => {
|
|
|
10251
10251
|
);
|
|
10252
10252
|
const validate = React.useCallback(
|
|
10253
10253
|
(form) => {
|
|
10254
|
-
console.debug("VALIDATING FORM:", form);
|
|
10255
10254
|
const error2 = validateForm(schema, form);
|
|
10256
10255
|
if (error2) {
|
|
10257
10256
|
onError(error2);
|