mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:31:08 +08:00
Merge branch 'next' into add/stories-for-layout-mdx
This commit is contained in:
commit
eee6565bbd
@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import createCompiler from '@storybook/addon-docs/mdx-compiler-plugin';
|
||||
import path from 'path';
|
||||
import remarkSlug from 'remark-slug';
|
||||
|
@ -6,10 +6,10 @@ import {
|
||||
} from 'global';
|
||||
import qs from 'qs';
|
||||
import addons, { makeDecorator } from '@storybook/addons';
|
||||
import { PARAM_KEY } from './constants';
|
||||
import { STORY_CHANGED, SELECT_STORY } from '@storybook/core-events';
|
||||
import { toId } from '@storybook/csf';
|
||||
import { logger } from '@storybook/client-logger';
|
||||
import { PARAM_KEY } from './constants';
|
||||
|
||||
interface ParamsId {
|
||||
storyId: string;
|
||||
@ -117,5 +117,5 @@ export const withLinks = makeDecorator({
|
||||
on();
|
||||
addons.getChannel().once(STORY_CHANGED, off);
|
||||
return getStory(context);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user