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 85a5e32 commit e88db13Copy full SHA for e88db13
packages/next/src/next-devtools/dev-overlay/dev-overlay.stories.tsx
@@ -78,7 +78,7 @@ export const WithPanel: Story = {
78
}
79
},
80
render: function DevOverlayStory() {
81
- const [state, dispatch] = useStorybookOverlayReducer()
+ const [state, dispatch] = useStorybookOverlayReducer(initialState)
82
return (
83
<>
84
<img
0 commit comments