We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c336aa8 commit cc82772Copy full SHA for cc82772
1 file changed
packages/svelte/src/types.ts
@@ -46,7 +46,7 @@ export interface ReplaneContextWithOptionsProps<T extends object = Record<string
46
/**
47
* Default values to use before connection is established.
48
*/
49
- defaults?: { [K in keyof T]?: T[K] };
+ defaults?: T;
50
51
* Optional snapshot from server-side rendering.
52
* When provided, the client will be restored from the snapshot synchronously
0 commit comments