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