@kubb/react-fabric 0.1.8 → 0.2.0

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.
@@ -15396,11 +15396,11 @@ var Runtime = class {
15396
15396
  const originalError = console.error;
15397
15397
  console.error = (data) => {
15398
15398
  const message = typeof data === "string" ? data : data === null || data === void 0 ? void 0 : data.message;
15399
- if (message.match(/Encountered two children with the same key/gi)) return;
15400
- if (message.match(/React will try to recreat/gi)) return;
15401
- if (message.match(/Each child in a list should have a unique/gi)) return;
15402
- if (message.match(/The above error occurred in the <KubbErrorBoundary/gi)) return;
15403
- if (message.match(/A React Element from an older version of React was render/gi)) return;
15399
+ if (message === null || message === void 0 ? void 0 : message.match(/Encountered two children with the same key/gi)) return;
15400
+ if (message === null || message === void 0 ? void 0 : message.match(/React will try to recreat/gi)) return;
15401
+ if (message === null || message === void 0 ? void 0 : message.match(/Each child in a list should have a unique/gi)) return;
15402
+ if (message === null || message === void 0 ? void 0 : message.match(/The above error occurred in the <KubbErrorBoundary/gi)) return;
15403
+ if (message === null || message === void 0 ? void 0 : message.match(/A React Element from an older version of React was render/gi)) return;
15404
15404
  originalError(data);
15405
15405
  };
15406
15406
  const logRecoverableError = typeof reportError === "function" ? reportError : console.error;
@@ -15517,4 +15517,4 @@ Object.defineProperty(exports, '_classPrivateFieldSet2', {
15517
15517
  return _classPrivateFieldSet2;
15518
15518
  }
15519
15519
  });
15520
- //# sourceMappingURL=Runtime-JI640uK4.cjs.map
15520
+ //# sourceMappingURL=Runtime-DJ4dWT9w.cjs.map