@trackunit/react-core-contexts-test 1.7.41 → 1.7.44
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.cjs.js +0 -1
- package/index.esm.js +0 -1
- package/package.json +5 -5
package/index.cjs.js
CHANGED
|
@@ -1096,7 +1096,6 @@ const useDebugger = (propsToWatch, id, dontLogReRender) => {
|
|
|
1096
1096
|
return stackId || "unknown-id";
|
|
1097
1097
|
}, [id, propsToWatch]);
|
|
1098
1098
|
const isFirstRender = useIsFirstRender();
|
|
1099
|
-
// eslint-disable-next-line no-console
|
|
1100
1099
|
if (isFirstRender) {
|
|
1101
1100
|
// eslint-disable-next-line no-console
|
|
1102
1101
|
console.log("First-render", uniqueId, window.location.pathname);
|
package/index.esm.js
CHANGED
|
@@ -1094,7 +1094,6 @@ const useDebugger = (propsToWatch, id, dontLogReRender) => {
|
|
|
1094
1094
|
return stackId || "unknown-id";
|
|
1095
1095
|
}, [id, propsToWatch]);
|
|
1096
1096
|
const isFirstRender = useIsFirstRender();
|
|
1097
|
-
// eslint-disable-next-line no-console
|
|
1098
1097
|
if (isFirstRender) {
|
|
1099
1098
|
// eslint-disable-next-line no-console
|
|
1100
1099
|
console.log("First-render", uniqueId, window.location.pathname);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.44",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"@testing-library/react": "16.2.0",
|
|
12
12
|
"react": "19.0.0",
|
|
13
13
|
"graphql": "^16.10.0",
|
|
14
|
-
"@trackunit/react-core-contexts-api": "1.8.
|
|
15
|
-
"@trackunit/react-core-hooks": "1.7.
|
|
16
|
-
"@trackunit/shared-utils": "1.9.
|
|
17
|
-
"@trackunit/react-test-setup": "1.4.
|
|
14
|
+
"@trackunit/react-core-contexts-api": "1.8.41",
|
|
15
|
+
"@trackunit/react-core-hooks": "1.7.44",
|
|
16
|
+
"@trackunit/shared-utils": "1.9.38",
|
|
17
|
+
"@trackunit/react-test-setup": "1.4.38",
|
|
18
18
|
"@tanstack/react-router": "1.114.29",
|
|
19
19
|
"@tanstack/router-core": "1.114.29",
|
|
20
20
|
"es-toolkit": "^1.39.10"
|