@nice-code/action 0.4.11 → 0.5.1

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.
@@ -5471,8 +5471,8 @@ function groupEntries(entries) {
5471
5471
  }
5472
5472
  return groups;
5473
5473
  }
5474
- function NiceActionDevtools(props) {
5475
- if (false) {}
5474
+ function NiceActionDevtools({ forceEnable, ...props }) {
5475
+ if (!forceEnable && false) {}
5476
5476
  return /* @__PURE__ */ jsxDEV22(NiceActionDevtools_Panel, {
5477
5477
  ...props
5478
5478
  }, undefined, false, undefined, this);