@trackunit/react-core-contexts-test 1.14.2 → 1.14.3

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/index.cjs2.js CHANGED
@@ -14406,7 +14406,7 @@ const useDebugger = (propsToWatch, id, dontLogReRender) => {
14406
14406
  * @param props.children - The children to render.
14407
14407
  * @returns {ReactElement} The rendered debugger component.
14408
14408
  */
14409
- const Debugger = ({ id, logPropsChanges, stop, children, }) => {
14409
+ const Debugger = ({ id, logPropsChanges, stop = false, children, }) => {
14410
14410
  const uniqueId = id ||
14411
14411
  // @ts-ignore
14412
14412
  React["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]?.ReactCurrentOwner?.current?._debugOwner?.type?.name ||
package/index.esm2.js CHANGED
@@ -14384,7 +14384,7 @@ const useDebugger = (propsToWatch, id, dontLogReRender) => {
14384
14384
  * @param props.children - The children to render.
14385
14385
  * @returns {ReactElement} The rendered debugger component.
14386
14386
  */
14387
- const Debugger = ({ id, logPropsChanges, stop, children, }) => {
14387
+ const Debugger = ({ id, logPropsChanges, stop = false, children, }) => {
14388
14388
  const uniqueId = id ||
14389
14389
  // @ts-ignore
14390
14390
  React__default["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]?.ReactCurrentOwner?.current?._debugOwner?.type?.name ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "1.14.2",
3
+ "version": "1.14.3",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {