We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cfd90 commit 9c19cbdCopy full SHA for 9c19cbd
rivetkit-typescript/packages/react/src/mod.ts
@@ -15,7 +15,7 @@ import {
15
export { createClient } from "rivetkit/client";
16
17
export function createRivetKit<Registry extends AnyActorRegistry>(
18
- clientInput: Parameters<typeof createClient>[0],
+ clientInput: Parameters<typeof createClient>[0] = undefined,
19
opts: CreateRivetKitOptions<Registry> = {},
20
) {
21
return createRivetKitWithClient<Registry>(
0 commit comments