Skip to content

Commit

Permalink
fix push type
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Nov 27, 2023
1 parent fb4199c commit 4600682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid/src/server/rendering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ type HydrationContext = {
id: string;
count: number;
serialize: (id: string, v: Promise<any> | any, deferStream?: boolean) => void;
push: (v: any) => void;
push: (v: any) => string;
replace: (id: string, replacement: () => any) => void;
block: (p: Promise<any>) => void;
resources: Record<string, any>;
Expand Down

0 comments on commit 4600682

Please sign in to comment.