Skip to content

Commit 20a7799

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 0a57aea commit 20a7799

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
@@ -195,7 +195,7 @@ export async function fetchServerResponse(
195195
new Promise((resolve) => setTimeout(() => resolve(true), 2000)),
196196
])
197197

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

0 commit comments

Comments
 (0)