jotai-state-tree 1.7.3 → 1.7.4
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/{chunk-HHDXRF6H.mjs → chunk-WEWWBVTQ.mjs} +0 -3
- package/dist/index.js +0 -3
- package/dist/index.mjs +1 -1
- package/dist/react.js +0 -3
- package/dist/react.mjs +1 -1
- package/package.json +1 -1
- package/src/model.ts +0 -3
|
@@ -1821,9 +1821,6 @@ var ModelType = class _ModelType {
|
|
|
1821
1821
|
}
|
|
1822
1822
|
return descriptor.value;
|
|
1823
1823
|
}
|
|
1824
|
-
if (propStr === "toggle") {
|
|
1825
|
-
console.log("PROXY GET toggle:", propStr, "in allActions:", propStr in allActions, "keys:", Object.keys(allActions), "node alive:", node.$isAlive);
|
|
1826
|
-
}
|
|
1827
1824
|
if (propStr in allActions) {
|
|
1828
1825
|
return allActions[propStr];
|
|
1829
1826
|
}
|
package/dist/index.js
CHANGED
|
@@ -1982,9 +1982,6 @@ var ModelType = class _ModelType {
|
|
|
1982
1982
|
}
|
|
1983
1983
|
return descriptor.value;
|
|
1984
1984
|
}
|
|
1985
|
-
if (propStr === "toggle") {
|
|
1986
|
-
console.log("PROXY GET toggle:", propStr, "in allActions:", propStr in allActions, "keys:", Object.keys(allActions), "node alive:", node.$isAlive);
|
|
1987
|
-
}
|
|
1988
1985
|
if (propStr in allActions) {
|
|
1989
1986
|
return allActions[propStr];
|
|
1990
1987
|
}
|
package/dist/index.mjs
CHANGED
package/dist/react.js
CHANGED
|
@@ -1595,9 +1595,6 @@ var ModelType = class _ModelType {
|
|
|
1595
1595
|
}
|
|
1596
1596
|
return descriptor.value;
|
|
1597
1597
|
}
|
|
1598
|
-
if (propStr === "toggle") {
|
|
1599
|
-
console.log("PROXY GET toggle:", propStr, "in allActions:", propStr in allActions, "keys:", Object.keys(allActions), "node alive:", node.$isAlive);
|
|
1600
|
-
}
|
|
1601
1598
|
if (propStr in allActions) {
|
|
1602
1599
|
return allActions[propStr];
|
|
1603
1600
|
}
|
package/dist/react.mjs
CHANGED
package/package.json
CHANGED
package/src/model.ts
CHANGED
|
@@ -359,9 +359,6 @@ class ModelType<
|
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
// Check actions
|
|
362
|
-
if (propStr === "toggle") {
|
|
363
|
-
console.log("PROXY GET toggle:", propStr, "in allActions:", propStr in allActions, "keys:", Object.keys(allActions), "node alive:", node.$isAlive);
|
|
364
|
-
}
|
|
365
362
|
if (propStr in allActions) {
|
|
366
363
|
return allActions[propStr];
|
|
367
364
|
}
|