@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 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(
@@ -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(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/forms",
3
- "version": "1.0.32-react-flow-david-fixes.15",
3
+ "version": "1.0.32-react-flow-david-fixes.16",
4
4
  "license": "UNLICENSED",
5
5
  "main": "dist/forms.umd.cjs",
6
6
  "module": "dist/forms.js",