@plasmicapp/react-web 0.2.153 → 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 +4 -4
- package/skinny/dist/index.js +1 -0
- package/skinny/dist/index.js.map +1 -1
|
@@ -2615,6 +2615,7 @@ function initializeStateValue($$state, initialSpecNode, initialStatePath, proxyR
|
|
|
2615
2615
|
if (spec.valueProp) {
|
|
2616
2616
|
return $$state.props[spec.valueProp];
|
|
2617
2617
|
} else if (!node.hasState(path) && spec.initFunc) {
|
|
2618
|
+
node.createStateCell(path);
|
|
2618
2619
|
return initializeStateValue($$state, node, path, proxyRoot);
|
|
2619
2620
|
}
|
|
2620
2621
|
return _get(proxyRoot, path);
|