@trackunit/react-core-contexts 0.4.252 → 0.4.253

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 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.252",
3
+ "version": "0.4.253",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {