Skip to content

Commit 31bbc66

Browse files
committed
storybook: add missing isDevToolsPanelOpen props
1 parent 6cf4dcb commit 31bbc66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/next/src/next-devtools/dev-overlay/dev-overlay.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ const initialState: OverlayState = {
9494
staleness: 'fresh',
9595
},
9696
isErrorOverlayOpen: true,
97+
// TODO: This will be handled on the next stack——with proper story.
98+
isDevToolsPanelOpen: false,
9799
}
98100

99101
function useOverlayReducer() {

0 commit comments

Comments
 (0)