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 12a7062 commit d6dc832Copy full SHA for d6dc832
.storybook/preview.jsx
@@ -2,12 +2,9 @@ import isChromatic from 'chromatic/isChromatic';
2
import { config } from 'react-transition-group';
3
import { configure } from 'storybook/test';
4
5
-import { Root, configure as tastyConfigure } from '../src';
+import { Root } from '../src';
6
7
configure({ testIdAttribute: 'data-qa', asyncUtilTimeout: 10000 });
8
-tastyConfigure({
9
- activeCacheSize: 10,
10
-});
11
12
// Load tasty debug utilities in local Storybook only (exclude Chromatic)
13
if (!isChromatic() && import.meta.env.DEV) {
0 commit comments