react-native-markdown-display
react-native-markdown-display copied to clipboard
Render Error - MarkdownIT
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.
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.