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]) {