@hybr1d-tech/charizard 0.7.72 → 0.7.73

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/hybr1d-ui.js CHANGED
@@ -10382,6 +10382,8 @@ function mv(e, l = 150) {
10382
10382
  function n7({ search: e = "", setSearch: l, ...c }) {
10383
10383
  const [n, t] = f.useState(e), s = mv(n), r = typeof l == "function";
10384
10384
  f.useEffect(() => {
10385
+ e !== n && t(e);
10386
+ }, [e]), f.useEffect(() => {
10385
10387
  r && l(s);
10386
10388
  }, [s, r, l]);
10387
10389
  const i = (u) => {