Skip to content

Commit

Permalink
Update packages/server/src/ssr.ts
Browse files Browse the repository at this point in the history
Co-authored-by: 咲奈Sakina <[email protected]>
  • Loading branch information
gwuhaolin and fz6m authored Oct 10, 2023
1 parent 64a9a42 commit bfcd087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface CreateRequestHandlerOptions {
helmetContext?: any;
ServerInsertedHTMLContext: React.Context<ServerInsertedHTMLHook | null>;
withoutHTML?: boolean;
sourceDir?: string | null;
sourceDir?: string;
}

const createJSXProvider = (
Expand Down

0 comments on commit bfcd087

Please sign in to comment.