Skip to content

Commit

Permalink
Update packages/next/src/client/components/router-reducer/fetch-serve…
Browse files Browse the repository at this point in the history
…r-response.ts

Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>
  • Loading branch information
eps1lon and ztanner committed Jul 18, 2024
1 parent 7f91406 commit 3bf73d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export async function fetchServerResponse(
new Promise((resolve) => setTimeout(() => resolve(true), 2000)),
])

// Work around existing bugs where we receive an HRM update but no message that it was finished.
// Work around existing bugs where we receive an HMR update but no message that it was finished.
// Having the log before an MPA is pretty bad since it'll just flash the page and then navigate.
if (webpackHMRTimedOut) {
console.error(
Expand Down

0 comments on commit 3bf73d4

Please sign in to comment.