Skip to content

Commit fa397b1

Browse files
committed
git revert state
1 parent 058ff27 commit fa397b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const Default: Story = {
141141
}}
142142
/>
143143
<DevOverlay
144-
state={{ ...state, isErrorOverlayOpen: true }}
144+
state={state}
145145
dispatch={dispatch}
146146
getSquashedHydrationErrorDetails={
147147
// Testing like App Router where we no longer quash hydration errors
@@ -175,7 +175,7 @@ export const WithPanel: Story = {
175175
}}
176176
/>
177177
<DevOverlay
178-
state={{ ...state, isDevToolsPanelOpen: true }}
178+
state={state}
179179
dispatch={dispatch}
180180
getSquashedHydrationErrorDetails={
181181
// Testing like App Router where we no longer quash hydration errors

0 commit comments

Comments
 (0)