bobe 0.0.50 → 0.0.51

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.
@@ -2051,7 +2051,9 @@ class Interpreter {
2051
2051
  const render = ComponentOrRender;
2052
2052
  const boundStore = render.boundStore;
2053
2053
  child = aoye.deepSignal({}, aoye.getPulling(), true);
2054
- Object.setPrototypeOf(child, boundStore);
2054
+ if (boundStore) {
2055
+ Object.setPrototypeOf(child, boundStore);
2056
+ }
2055
2057
  tokenizer = render(true);
2056
2058
  }
2057
2059
  const node = {