-
|
Hi all, Has anyone encountered this issue? I saw the a similar answer but doesn't seem to solve the issue. Please, I will like to know how to resolve that. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
It is noted in the release notes https://github.com/remarkjs/react-markdown/blob/main/changelog.md#700---2021-08-13 Jest needs to be configured to support ESM, their documentation provides a guide on how to do this https://jestjs.io/docs/ecmascript-modules |
Beta Was this translation helpful? Give feedback.
-
|
@zheey I encountered this issue earlier today and resolved it. You can see my suggestions here remarkjs/react-markdown#635 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
just providing some future input, i've made a gist that works for me since the old answer wasn't directly working. the secret i found is to run the test, check what the next ESM module is failing then add that to the list. |
Beta Was this translation helpful? Give feedback.
@zheey I encountered this issue earlier today and resolved it. You can see my suggestions here remarkjs/react-markdown#635 (comment)
(I picked option 3)