Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 5, 2024
1 parent 29ec111 commit 7383573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/child-process/src/entry-ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default async function handler(request: Request): Promise<Response> {
function Root() {
return (
<>
{React.use(rscPromise)}
<meta name="node-version" content={process.version} />
{React.use(rscPromise)}
</>
);
}
Expand Down

0 comments on commit 7383573

Please sign in to comment.