storybookjs/storybook

[Bug]: @storybook/addon-docs/jest-transform-mdx.js jest bug

开放

#24,632 创建于 2023年10月31日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (10,058 个派生)batch import
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:

  1. jest need process function, but this file use processAsync
  2. @mdx-js/react version2 did not export mdx, but this file use mdx image

To Reproduce

No response

System

No response

Additional context

No response

贡献者指南