iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
564 stars 166 forks source link

Render Error - MarkdownIT #207

Open JoeyBuddy27 opened 6 months ago

JoeyBuddy27 commented 6 months ago

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

NoahPeeters commented 4 months ago

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.