Skip to content

Commit b7e7d0f

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 f311166 commit b7e7d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)