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 1f979f8 commit 0f31228Copy full SHA for 0f31228
rivetkit-typescript/packages/react/src/mod.ts
@@ -16,7 +16,7 @@ export { ActorConnDisposed, createClient } from "rivetkit/client";
16
export type { ActorConnStatus } from "@rivetkit/framework-base";
17
18
export function createRivetKit<Registry extends AnyActorRegistry>(
19
- clientInput: Parameters<typeof createClient>[0],
+ clientInput: Parameters<typeof createClient>[0] = undefined,
20
opts: CreateRivetKitOptions<Registry> = {},
21
) {
22
return createRivetKitWithClient<Registry>(
0 commit comments