From c074bb845999a415da89b2e6ca148b7504156e2e Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 7 Dec 2022 17:13:27 +0100 Subject: [PATCH] Update packages/next/server/app-render.tsx --- packages/next/server/app-render.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/server/app-render.tsx b/packages/next/server/app-render.tsx index 65ce9333e2fd67d..ab1a260bda4ce19 100644 --- a/packages/next/server/app-render.tsx +++ b/packages/next/server/app-render.tsx @@ -1606,7 +1606,7 @@ export async function renderToHTMLOrFlight( !prop.startsWith('_') && target[prop] ) { - // Attach TS query param to IDs to get rid of flight client's module cache on HMR. + // Attach TS (timestamp) query param to IDs to get rid of flight client's module cache on HMR. const namedExports: any = {} const ts = Date.now() for (let key in target[prop]) {