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 6a0e5d5 commit 9eadb94Copy full SHA for 9eadb94
packages/next/src/client/components/router-reducer/fetch-server-response.ts
@@ -195,7 +195,7 @@ export async function fetchServerResponse(
195
new Promise((resolve) => setTimeout(() => resolve(true), 2000)),
196
])
197
198
- // 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.
199
// Having the log before an MPA is pretty bad since it'll just flash the page and then navigate.
200
if (webpackHMRTimedOut) {
201
console.error(
0 commit comments