We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c316f commit 72eb0adCopy full SHA for 72eb0ad
packages/next/src/client/components/router-reducer/fetch-server-response.ts
@@ -198,7 +198,7 @@ export async function fetchServerResponse(
198
new Promise((resolve) => setTimeout(() => resolve(true), 2000)),
199
])
200
201
- // 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.
202
// Having the log before an MPA is pretty bad since it'll just flash the page and then navigate.
203
if (webpackHMRTimedOut) {
204
console.error(
0 commit comments