storybookjs/storybook
View on GitHub[Bug]: @storybook/addon-docs/jest-transform-mdx.js jest bug
Open
#24,632 opened on Oct 31, 2023
addon: docsbugcompatibility with other toolshelp wanted
Repository metrics
- Stars
- (89,909 stars)
- PR merge metrics
- (Avg merge 7d 22h) (184 merged PRs in 30d)
Description
Describe the bug
@storybook/addon-docs/jest-transform-mdx.js file bug:
- jest need process function, but this file use processAsync
- @mdx-js/react version2 did not export mdx, but this file use mdx
To Reproduce
No response
System
No response
Additional context
No response