diff --git a/packages/next/client/dev/dev-build-watcher.js b/packages/next/client/dev/dev-build-watcher.js index 75e5f68cb423b..589550d877174 100644 --- a/packages/next/client/dev/dev-build-watcher.js +++ b/packages/next/client/dev/dev-build-watcher.js @@ -66,7 +66,7 @@ export default function initializeBuildWatcher(toggleCallback) { case 'built': case 'sync': isBuilding = false - // Wait for the fade out transtion to complete + // Wait for the fade out transition to complete timeoutId = setTimeout(() => { isVisible = false updateContainer()