biblio-react 2.2.20 → 2.2.21
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26780,7 +26780,7 @@ const vw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26780
26780
|
const { tipo: t, ...r } = e, { propsContenido: n, hidden: i } = ct(r), l = Dt();
|
|
26781
26781
|
lt(() => {
|
|
26782
26782
|
n.value && l.setValue(e.source, n.value);
|
|
26783
|
-
});
|
|
26783
|
+
}, [n.value]);
|
|
26784
26784
|
const s = {
|
|
26785
26785
|
...n
|
|
26786
26786
|
};
|