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 6d309aa commit b1028edCopy full SHA for b1028ed
packages/next/src/next-devtools/dev-overlay/shared.ts
@@ -212,8 +212,7 @@ export const INITIAL_OVERLAY_STATE: Omit<
212
debugInfo: { devtoolsFrontendUrl: undefined },
213
isDevToolsPanelOpen: false,
214
indicatorPosition:
215
- (localStorage.getItem(STORAGE_KEY_POSITION) as DevToolsIndicatorPosition) ??
216
- 'bottom-left',
+ (localStorage.getItem(STORAGE_KEY_POSITION) as Corners) ?? 'bottom-left',
217
}
218
219
function getInitialState(
0 commit comments