We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491d7ec commit 5b53428Copy full SHA for 5b53428
stories/index.stories.js
@@ -50,4 +50,6 @@ const App = () => {
50
)
51
}
52
53
-storiesOf("React Async", module).add("DevTools", () => <App />)
+storiesOf("React Async", module).add("DevTools", () => <App />, {
54
+ chromatic: { delay: 2000 },
55
+})
0 commit comments