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
{{ message }}
This repository was archived by the owner on Jan 31, 2024. It is now read-only.
// Some addons use the channel api to communicate between manager/preview, and this is a client only feature, therefore we must mock it.
11
13
addons.setChannel(mockChannel());
12
14
@@ -204,7 +206,7 @@ export function composeStory<GenericArgs extends Args>(
204
206
* @param storiesImport - e.g. (import * as stories from './Button.stories')
205
207
* @param [globalConfig] - e.g. (import * as globalConfig from '../.storybook/preview') this can be applied automatically if you use `setGlobalConfig` in your setup files.
0 commit comments