Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/ai
/ renderUseChat
Function
renderUseChat
packages/ai-react/tests/test-utils.ts:24–28 ·
view source on GitHub ↗
( options?: UseChatOptions, )
Source
from the content-addressed store, hash-verified
22
* ```
23
*/
24
export
function
renderUseChat(
25
options?: UseChatOptions,
26
): RenderHookResult<UseChatReturn, UseChatOptions> {
27
return
renderHook(() => useChat(options!))
28
}
Callers
1
use-chat.test.ts
File · 0.90
Calls
2
useChat
Function · 0.90
renderHook
Function · 0.85
Tested by
no test coverage detected