Skip to content

Commit

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

0 comments on commit fb4199c

Please sign in to comment.