storybookjs/storybook
[Bug]: @storybook/addon-docs/jest-transform-mdx.js jest bug
开放
#24,632 创建于 2023年10月31日
addon: docsbugcompatibility with other toolshelp wanted
仓库指标
- 星标
- (89,909 个星标)
- PR 合并指标
- (平均合并 7天 22小时) (30 天内合并 184 个 PR)
描述
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