Skip to content

Commit

Permalink
fix: _rsc should be unique per server build
Browse files Browse the repository at this point in the history
  • Loading branch information
snyamathi authored Jun 27, 2024
1 parent 9a1cd35 commit 8f21281
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export async function fetchServerResponse(
headers[NEXT_ROUTER_PREFETCH_HEADER] || '0',
headers[NEXT_ROUTER_STATE_TREE],
headers[NEXT_URL],
currentBuildId,
].join(',')
)

Expand Down

0 comments on commit 8f21281

Please sign in to comment.