storybookjs/storybook

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

Open

#24.632 geöffnet am 31. Okt. 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (89.909 Stars) (10.058 Forks)batch import
addon: docsbugcompatibility with other toolshelp wanted

Beschreibung

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

Contributor Guide