minimal-piral 1.7.1 → 1.7.2-beta.7548

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.
@@ -3814,12 +3814,12 @@ function installPiralDebug(options) {
3814
3814
  debug: debugApiVersion,
3815
3815
  instance: {
3816
3816
  name: "minimal-piral",
3817
- version: "1.7.1",
3817
+ version: "1.7.2-beta.7548",
3818
3818
  dependencies: "tslib,react,react-dom,react-router,react-router-dom"
3819
3819
  },
3820
3820
  build: {
3821
- date: "2024-11-02T01:51:18.195Z",
3822
- cli: "1.7.1",
3821
+ date: "2024-11-08T00:30:22.000Z",
3822
+ cli: "1.7.2-beta.7548",
3823
3823
  compat: "1"
3824
3824
  }
3825
3825
  };
@@ -4071,6 +4071,8 @@ function decycle(obj) {
4071
4071
  return "<error>";
4072
4072
  } else if (_value instanceof Node) {
4073
4073
  return "<node>";
4074
+ } else if (_value['$$typeof'] === Symbol["for"]('react.element')) {
4075
+ return '<react.element>';
4074
4076
  } else if (_typeof(_value) === 'object') {
4075
4077
  for (var i = 0; i < objects.length; i++) {
4076
4078
  if (objects[i] === _value) {
@@ -45127,4 +45129,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
45127
45129
 
45128
45130
  /******/ })()
45129
45131
  ;
45130
- //# sourceMappingURL=index.a3c25b.js.map
45132
+ //# sourceMappingURL=index.f255f1.js.map