@overmap-ai/forms 1.0.32-react-flow-david-fixes.15 → 1.0.32-react-flow-david-fixes.16
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/forms.js +1 -0
- package/dist/forms.umd.cjs +1 -0
- package/package.json +1 -1
package/dist/forms.js
CHANGED
|
@@ -36263,6 +36263,7 @@ const FormRenderer = memo(
|
|
|
36263
36263
|
const initialValues = useMemo(() => {
|
|
36264
36264
|
return initializeFieldValues(flattenFields(schema.fields), values);
|
|
36265
36265
|
}, [schema.fields, values]);
|
|
36266
|
+
console.debug("initialValues", initialValues);
|
|
36266
36267
|
const handleSubmit = useCallback(
|
|
36267
36268
|
(values2) => {
|
|
36268
36269
|
onSubmit == null ? void 0 : onSubmit(
|
package/dist/forms.umd.cjs
CHANGED
|
@@ -36265,6 +36265,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
36265
36265
|
const initialValues = React.useMemo(() => {
|
|
36266
36266
|
return initializeFieldValues(flattenFields(schema.fields), values);
|
|
36267
36267
|
}, [schema.fields, values]);
|
|
36268
|
+
console.debug("initialValues", initialValues);
|
|
36268
36269
|
const handleSubmit = React.useCallback(
|
|
36269
36270
|
(values2) => {
|
|
36270
36271
|
onSubmit == null ? void 0 : onSubmit(
|