react-native-markdown-display icon indicating copy to clipboard operation
react-native-markdown-display copied to clipboard

Render Error - MarkdownIT

Open JoeyBuddy27 opened this issue 1 year ago • 1 comments

Hi,

All of a suddent yesterday we are getting errors everywhere we are using this library.

The error seems to be related to the dependency markdown-it.

Any ideas on a cause/fix?

Thanks.

image

JoeyBuddy27 avatar Feb 14 '24 09:02 JoeyBuddy27

Hey there, I had the same issue. I solved it by using a newer version of markdown-it. There is already the PR #204 open to upgrade markdown-it. To test this, you can just use that PRs version, by using "react-native-markdown-display": "github:mthahzan/react-native-markdown-display#patch-1", in your package.json.

NoahPeeters avatar Apr 18 '24 06:04 NoahPeeters