storybookjs/storybook

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

Open

#24,632 opened on 2023年10月31日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)TypeScript (10,058 forks)batch import
addon: docsbugcompatibility with other toolshelp wanted

Repository metrics

Stars
 (89,909 stars)
PR merge metrics
 (平均マージ 7d 22h) (30d で 184 merged PRs)

説明

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

コントリビューターガイド