You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devtools: couple restart dev server UI with persistent cache flag (#80751)
The goal of this UI is to surface a nudge when we think that the server
might be in a bad state due to persistent caching problems. It probably
doesn't make sense to show up in any other case. While we work to figure
out the best way to nudge it in dev, this couples the behavior behind
the persistent caching flag.
---------
Co-authored-by: Sebastian "Sebbie" Silbermann <[email protected]>
Copy file name to clipboardExpand all lines: packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-toolbar/error-overlay-toolbar.tsx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ export function ErrorOverlayToolbar({
Copy file name to clipboardExpand all lines: packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-toolbar/restart-server-button.tsx
0 commit comments