@ic-reactor/react 1.6.3 → 1.6.5

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.
@@ -103,7 +103,7 @@ const createAgentContext = (config = {}) => {
103
103
  agentManager.authenticate();
104
104
  }
105
105
  return Object.assign(Object.assign(Object.assign({}, (0, agentHooks_1.agentHooks)(agentManager)), (0, authHooks_1.authHooks)(agentManager)), { agentManager });
106
- }, [options]);
106
+ }, []);
107
107
  return (react_1.default.createElement(AgentContext.Provider, { value: hooks }, children));
108
108
  };
109
109
  AgentProvider.displayName = "AgentProvider";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ic-reactor/react",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "A React library for interacting with Internet Computer canisters",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "node": ">=10"
36
36
  },
37
37
  "dependencies": {
38
- "@ic-reactor/core": "^1.6.3",
38
+ "@ic-reactor/core": "^1.6.4",
39
39
  "zustand-utils": "^1.3"
40
40
  },
41
41
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "react": ">=16.8",
48
48
  "zustand": "4.5"
49
49
  },
50
- "gitHead": "1837563a23d243a72a7979e09dd89a128ac23e16"
50
+ "gitHead": "5d30e3c8027caa50babc82409fead2169ab6adbd"
51
51
  }