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 36a8af2 commit f7da2baCopy full SHA for f7da2ba
packages/main/src/components/SplitterLayout/SplitterLayout.stories.tsx
@@ -81,6 +81,7 @@ export const LimitedAreas: Story = {
81
};
82
83
export const Nested: Story = {
84
+ parameters: { chromatic: { disableSnapshot: true } },
85
render(args) {
86
const [vertical, setVertical] = useState(args.vertical);
87
const handleChange = (e) => {
0 commit comments