Skip to content

Commit

Permalink
Fix missing dependency in AgentContext creation
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Apr 26, 2024
1 parent 0ab1b18 commit 7fe6a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/context/agent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const createAgentContext = (
...authHooks(agentManager),
agentManager,
}
}, [options])
}, [])

return (
<AgentContext.Provider value={hooks}>{children}</AgentContext.Provider>
Expand Down

0 comments on commit 7fe6a4f

Please sign in to comment.