@next-core/brick-kit 2.164.4 → 2.164.5

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.esm.js CHANGED
@@ -11648,7 +11648,7 @@ function warnNativeHtmlElementProperty(key, options) {
11648
11648
  throw new Error(message);
11649
11649
  }
11650
11650
  // eslint-disable-next-line no-console
11651
- console[getRuntime().getFeatureFlags()["development-mode"] ? "error" : "warn"](message);
11651
+ console.warn(message);
11652
11652
  }
11653
11653
  }
11654
11654