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
Describe the bug @babel/types is missing when using @storybook/mdx2-csf with storybook 6.5, vite-builder and yarn 3.2.3 during build.
This can be fixed by moving @babel/types to dependencies To Reproduce
Steps to reproduce the behavior:
Add @storybook/mdx2-csf as a dependency
Enable the feature flag previewMdx2 in storybook config
Expected behavior
No error Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
@babel/types
is missing when using @storybook/mdx2-csf with storybook 6.5, vite-builder and yarn 3.2.3 during build.This can be fixed by moving
@babel/types
to dependenciesTo Reproduce
Steps to reproduce the behavior:
previewMdx2
in storybook configExpected behavior
No error
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: