-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[devtools] Remove title from preferences #85698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[devtools] Remove title from preferences #85698
Conversation
Failing test suitesCommit: c022210 | About building and testing Next.js
Expand outputβ CLI Usage βΊ dev βΊ --experimental-https
Expand outputβ global-not-found - cache-components βΊ should render not-found boundary when calling notFound() in a page
Expand outputβ app dir - with output export (next start) βΊ production mode βΊ should warn during next start with output standalone
Expand outputβ app dir - prefetching (custom staleTime) βΊ should not re-fetch cached data when navigating back to a route group
Expand outputβ app dir - prefetching βΊ should immediately render the loading state for a dynamic segment when fetched from higher up in the tree |
| To disable this UI completely, set{' '} | ||
| <code className="dev-tools-info-code">devIndicators: false</code> in | ||
| your <code className="dev-tools-info-code">next.config</code> file. | ||
| </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spacing between the next.config code element and "file" is missing. In the original code, there were explicit space characters ({' '}) after each code element. Consider adding a space character ({' '}) after </code> and before "file." to maintain consistent spacing in the rendered text:
<code className="dev-tools-info-code">next.config</code>{' '} file.| To disable this UI completely, set{' '} | |
| <code className="dev-tools-info-code">devIndicators: false</code> in | |
| your <code className="dev-tools-info-code">next.config</code> file. | |
| </p> | |
| To disable this UI completely, set{' '} | |
| <code className="dev-tools-info-code">devIndicators: false</code> in | |
| your <code className="dev-tools-info-code">next.config</code>{' '} file. | |
| </p> |
Spotted by Graphite Agent
Is this helpful? React π or π to let us know.

The heading sections in DevTools regressed. We decided to remove them as "Dev Server" settings are obviously dev server settings, no need to differentiate as separate tabs.