Skip to content

Commit

Permalink
Update packages/next/server/next-server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
  • Loading branch information
Schniz and sokra committed Jul 19, 2022
1 parent 372196d commit 6dba223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/next-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export default class NextNodeServer extends BaseServer {
): Promise<RenderResult | null> {
// Due to the way we pass data by mutating `renderOpts`, we can't extend the
// object here but only updating its `serverComponentManifest` field.
// https://github.com/vercel/next.js/asset/df7cbd904c3bd85f399d1ce90680c0ecf92d2752/packages/next/server/render.tsx#L947-L952
// https://github.com/vercel/next.js/blob/df7cbd904c3bd85f399d1ce90680c0ecf92d2752/packages/next/server/render.tsx#L947-L952
renderOpts.serverComponentManifest = this.serverComponentManifest

if (
Expand Down

0 comments on commit 6dba223

Please sign in to comment.