We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e328c commit a2d24dbCopy full SHA for a2d24db
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