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