Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): add
@storybook/ui
to typings
We need to "fake" `@storybook/ui` types to be able to compile properly `@storybook/core`. This is due to a dependency cycle causing `core` to be build at the same time as `ui`: > lerna WARN ECYCLE Dependency cycles detected, you should fix these! > lerna WARN ECYCLE @storybook/react -> @storybook/core -> @storybook/ui -> @storybook/react
- Loading branch information