Skip to content

Commit 72eb0ad

Browse files
eps1lonztanner
andcommitted
Update packages/next/src/client/components/router-reducer/fetch-server-response.ts
Co-authored-by: Zack Tanner <[email protected]>
1 parent 97c316f commit 72eb0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/next/src/client/components/router-reducer/fetch-server-response.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export async function fetchServerResponse(
198198
new Promise((resolve) => setTimeout(() => resolve(true), 2000)),
199199
])
200200

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

0 commit comments

Comments
 (0)