@sellgar/kit 0.0.62 → 0.0.63
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12591,9 +12591,9 @@ const ad = M.createContext(null), cd = () => {
|
|
|
12591
12591
|
e ? Tc(i, r, e) ?? null : null
|
|
12592
12592
|
), [x, O] = M.useState(_ ? i[_] : void 0);
|
|
12593
12593
|
return M.useEffect(() => {
|
|
12594
|
-
p &&
|
|
12594
|
+
p && b(e ? Tc(i, r, e) ?? null : null);
|
|
12595
12595
|
}, [e]), M.useEffect(() => {
|
|
12596
|
-
p && O(_ ? i[_] : void 0);
|
|
12596
|
+
p && O(_ != null ? i[_] : void 0);
|
|
12597
12597
|
}, [_]), M.useEffect(() => {
|
|
12598
12598
|
d || p && (v ? c && c() : a && a());
|
|
12599
12599
|
}, [v]), M.useEffect(() => {
|