Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Aug 17, 2022
1 parent abc39a4 commit 9d527b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/next/server/app-render.tsx
Expand Up @@ -829,6 +829,9 @@ export async function renderToHTMLOrFlight(
<link
rel="stylesheet"
href={`/_next/${href}?ts=${Date.now()}`}
// `Precedence` is an opt-in signal for React to handle
// resource loading and deduplication, etc:
// https://github.com/facebook/react/pull/25060
// @ts-ignore
precedence="high"
key={href}
Expand Down

0 comments on commit 9d527b4

Please sign in to comment.