@fluxscape/react-runtime 1.0.9 → 1.0.10

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/index.es.js CHANGED
@@ -2802,10 +2802,10 @@ function createNodeConstructor(e) {
2802
2802
  super(n, o);
2803
2803
  }
2804
2804
  getInspectInfo() {
2805
- return e.getInspectInfo?.() ?? void 0;
2805
+ return e.getInspectInfo?.call(this) ?? void 0;
2806
2806
  }
2807
2807
  nodeScopeDidInitialize() {
2808
- return e.nodeScopeDidInitialize?.() ?? void 0;
2808
+ return e.nodeScopeDidInitialize?.call(this) ?? void 0;
2809
2809
  }
2810
2810
  };
2811
2811
  return e.prototypeExtensions && Object.defineProperties(t.prototype, e.prototypeExtensions), Object.defineProperty(t.prototype, "name", {