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 5eb1bea commit 10e2b1eCopy full SHA for 10e2b1e
__docs__/wonder-blocks-modal/modal-launcher.stories.tsx
@@ -28,7 +28,6 @@ import type {ModalElement} from "../../packages/wonder-blocks-modal/src/util/typ
28
import ModalLauncherArgTypes from "./modal-launcher.argtypes";
29
30
import ComponentInfo from "../components/component-info";
31
-import {allModes} from "../../.storybook/modes";
32
import IconButton from "@khanacademy/wonder-blocks-icon-button";
33
import {PhosphorIcon} from "@khanacademy/wonder-blocks-icon";
34
@@ -81,10 +80,7 @@ export default {
81
80
},
82
83
chromatic: {
84
- modes: {
85
- small: allModes.small,
86
- large: allModes.large,
87
- },
+ // All the examples for ModalLauncher are behavior based, not visual.
88
disableSnapshot: true,
89
90
0 commit comments