propro-common-components 0.1.7 → 0.1.9

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.
@@ -50579,12 +50579,12 @@ const initialState = {
50579
50579
  }
50580
50580
  }, [_, x] = useReducer(b, initialState), C = async () => {
50581
50581
  try {
50582
- await axios.post("/refreshToken"), x({ type: "SET_REQUEST_ENABLED", payload: !0 });
50582
+ console.log("finfnfj"), await axios.post("/refreshToken"), x({ type: "SET_REQUEST_ENABLED", payload: !0 });
50583
50583
  } catch ($) {
50584
50584
  console.log($);
50585
50585
  }
50586
50586
  };
50587
- return useEffect(() => (_.requestsEnabled || C(), () => {
50587
+ return useEffect(() => (console.log(_.requestsEnabled, "snsknksn"), _.requestsEnabled || C(), () => {
50588
50588
  }), []), /* @__PURE__ */ jsx$2(AppContext.Provider, { value: { state: _, dispatch: x }, children: m });
50589
50589
  }, queryClient = new QueryClient(), AppHOC = ({ children: m }) => /* @__PURE__ */ jsxs(QueryClientProvider, { client: queryClient, children: [
50590
50590
  /* @__PURE__ */ jsx$2(ReactQueryDevtools, { initialIsOpen: !1 }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-common-components",
3
- "version": "0.1.07",
3
+ "version": "0.1.09",
4
4
  "type": "module",
5
5
  "main": "dist/propro-common-components.js",
6
6
  "types": "dist/main.d.ts",