@douglasneuroinformatics/libui 3.6.5 → 3.6.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/components.js +2 -2
- package/dist/components.js.map +1 -1
- package/dist/douglasneuroinformatics-libui-3.6.6.tgz +0 -0
- package/package.json +1 -1
- package/src/components/Form/Form.stories.tsx +36 -16
- package/src/components/Form/Form.tsx +2 -2
- package/dist/douglasneuroinformatics-libui-3.6.5.tgz +0 -0
package/dist/components.js
CHANGED
|
@@ -2069,7 +2069,7 @@ var FileDropzone = ({
|
|
|
2069
2069
|
};
|
|
2070
2070
|
|
|
2071
2071
|
// src/components/Form/Form.tsx
|
|
2072
|
-
import { useEffect as useEffect10,
|
|
2072
|
+
import { useEffect as useEffect10, useState as useState8 } from "react";
|
|
2073
2073
|
import { get, set } from "lodash-es";
|
|
2074
2074
|
import { twMerge } from "tailwind-merge";
|
|
2075
2075
|
import "zod";
|
|
@@ -3484,7 +3484,7 @@ var Form = ({
|
|
|
3484
3484
|
useEffect10(() => {
|
|
3485
3485
|
revalidate();
|
|
3486
3486
|
}, [resolvedLanguage]);
|
|
3487
|
-
|
|
3487
|
+
useEffect10(() => {
|
|
3488
3488
|
if (initialValues) {
|
|
3489
3489
|
setValues(getInitialValues(initialValues));
|
|
3490
3490
|
}
|