@plasmicapp/react-web 0.2.154 → 0.2.155
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/react-web.cjs.development.js +1 -0
- package/dist/react-web.cjs.development.js.map +1 -1
- package/dist/react-web.cjs.production.min.js +1 -1
- package/dist/react-web.cjs.production.min.js.map +1 -1
- package/dist/react-web.esm.js +1 -0
- package/dist/react-web.esm.js.map +1 -1
- package/package.json +2 -2
- package/skinny/dist/index.js +1 -0
- package/skinny/dist/index.js.map +1 -1
package/dist/react-web.esm.js
CHANGED
|
@@ -2610,6 +2610,7 @@ function initializeStateValue($$state, initialSpecNode, initialStatePath, proxyR
|
|
|
2610
2610
|
if (spec.valueProp) {
|
|
2611
2611
|
return $$state.props[spec.valueProp];
|
|
2612
2612
|
} else if (!node.hasState(path) && spec.initFunc) {
|
|
2613
|
+
node.createStateCell(path);
|
|
2613
2614
|
return initializeStateValue($$state, node, path, proxyRoot);
|
|
2614
2615
|
}
|
|
2615
2616
|
return _get(proxyRoot, path);
|