@trackunit/react-core-contexts 0.4.252 → 0.4.254
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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +4 -4
package/index.cjs.js
CHANGED
|
@@ -30708,7 +30708,7 @@ const useApolloClient = (isIrisApp) => {
|
|
|
30708
30708
|
const { graphqlManagerUrl, graphqlPublicUrl, graphqlManagerImageUploadUrl, graphqlReportUrl, isDev, tracingHeaders } = reactCoreHooks.useEnvironment();
|
|
30709
30709
|
const { isAssuming } = reactCoreHooks.useCurrentUser();
|
|
30710
30710
|
const { token } = reactCoreHooks.useToken();
|
|
30711
|
-
const isAssumingRef = React__namespace.useRef();
|
|
30711
|
+
const isAssumingRef = React__namespace.useRef(null);
|
|
30712
30712
|
const clientRef = React__namespace.useRef(null);
|
|
30713
30713
|
if (isAssumingRef.current === null) {
|
|
30714
30714
|
isAssumingRef.current = isAssuming;
|
package/index.esm.js
CHANGED
|
@@ -30685,7 +30685,7 @@ const useApolloClient = (isIrisApp) => {
|
|
|
30685
30685
|
const { graphqlManagerUrl, graphqlPublicUrl, graphqlManagerImageUploadUrl, graphqlReportUrl, isDev, tracingHeaders } = useEnvironment();
|
|
30686
30686
|
const { isAssuming } = useCurrentUser();
|
|
30687
30687
|
const { token } = useToken();
|
|
30688
|
-
const isAssumingRef = React.useRef();
|
|
30688
|
+
const isAssumingRef = React.useRef(null);
|
|
30689
30689
|
const clientRef = React.useRef(null);
|
|
30690
30690
|
if (isAssumingRef.current === null) {
|
|
30691
30691
|
isAssumingRef.current = isAssuming;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.254",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"@js-temporal/polyfill": "0.4.3",
|
|
13
13
|
"@sentry/browser": "7.57.0",
|
|
14
14
|
"@trackunit/i18n-library-translation": "0.0.77",
|
|
15
|
-
"@trackunit/iris-app-runtime-core": "0.3.
|
|
15
|
+
"@trackunit/iris-app-runtime-core": "0.3.75",
|
|
16
16
|
"@trackunit/react-components": "0.1.157",
|
|
17
17
|
"@trackunit/react-core-contexts-api": "0.2.57",
|
|
18
|
-
"@trackunit/react-core-contexts-test": "0.1.
|
|
19
|
-
"@trackunit/react-core-hooks": "0.2.
|
|
18
|
+
"@trackunit/react-core-contexts-test": "0.1.107",
|
|
19
|
+
"@trackunit/react-core-hooks": "0.2.93",
|
|
20
20
|
"apollo-upload-client": "17.0.0",
|
|
21
21
|
"react": "18.2.0",
|
|
22
22
|
"react-router-dom": "6.11.2"
|