Skip to content

Commit cc82772

Browse files
committed
chore: fix build
1 parent c336aa8 commit cc82772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/svelte/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface ReplaneContextWithOptionsProps<T extends object = Record<string
4646
/**
4747
* Default values to use before connection is established.
4848
*/
49-
defaults?: { [K in keyof T]?: T[K] };
49+
defaults?: T;
5050
/**
5151
* Optional snapshot from server-side rendering.
5252
* When provided, the client will be restored from the snapshot synchronously

0 commit comments

Comments
 (0)