@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.
@@ -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);