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