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.
package/dist/bobe.cjs.js CHANGED
@@ -2024,7 +2024,9 @@ class Interpreter {
2024
2024
  const render = ComponentOrRender;
2025
2025
  const boundStore = render.boundStore;
2026
2026
  child = aoye.deepSignal({}, aoye.getPulling(), true);
2027
- Object.setPrototypeOf(child, boundStore);
2027
+ if (boundStore) {
2028
+ Object.setPrototypeOf(child, boundStore);
2029
+ }
2028
2030
  tokenizer = render(true);
2029
2031
  }
2030
2032
  const node = {