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
Copy file name to clipboardExpand all lines: packages/next/src/client/components/react-dev-overlay/_experimental/internal/components/errors/error-message/error-message.stories.tsx
+9
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,15 @@ export const LongString: Story = {
34
34
},
35
35
}
36
36
37
+
exportconstSuperLongString: Story={
38
+
args: {
39
+
errorMessage:
40
+
'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium molestiae, perspiciatis earum labore repudiandae aliquid atque soluta ullam. Quidem provident non at. Reprehenderit similique harum recusandae id est dolore temporibus!\n'.repeat(
0 commit comments