@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.
@@ -2069,7 +2069,7 @@ var FileDropzone = ({
2069
2069
  };
2070
2070
 
2071
2071
  // src/components/Form/Form.tsx
2072
- import { useEffect as useEffect10, useLayoutEffect, useState as useState8 } from "react";
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
- useLayoutEffect(() => {
3487
+ useEffect10(() => {
3488
3488
  if (initialValues) {
3489
3489
  setValues(getInitialValues(initialValues));
3490
3490
  }