Skip to content

Commit

Permalink
Update packages/next/server/app-render.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Dec 7, 2022
1 parent f347527 commit c074bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/app-render.tsx
Expand Up @@ -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]) {
Expand Down

0 comments on commit c074bb8

Please sign in to comment.