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 e771609 commit 1b82138Copy full SHA for 1b82138
packages/next/src/server/config.ts
@@ -585,7 +585,8 @@ function assignDefaults(
585
586
// Handle buildActivityPosition migration (needs to be done after merging with defaults)
587
if (
588
- result.devIndicators !== false &&
+ result.devIndicators &&
589
+ typeof result.devIndicators === 'object' &&
590
'buildActivityPosition' in result.devIndicators &&
591
result.devIndicators.buildActivityPosition !== result.devIndicators.position
592
) {
0 commit comments