mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 00:41:54 +08:00
Fix require cycles in addons hooks (#8236)
Fix require cycles in addons hooks
This commit is contained in:
commit
ea1880668f
@ -1,7 +1,8 @@
|
||||
import window from 'global';
|
||||
import { logger } from '@storybook/client-logger';
|
||||
import { FORCE_RE_RENDER, STORY_RENDERED, DOCS_RENDERED } from '@storybook/core-events';
|
||||
import addons, { StoryGetter, StoryContext } from './public_api';
|
||||
import { addons } from './index';
|
||||
import { StoryGetter, StoryContext } from './types';
|
||||
|
||||
interface StoryStore {
|
||||
fromId: (
|
||||
|
Loading…
x
Reference in New Issue
Block a user