iamacup / react-native-markdown-display

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

fix children typing on MarkdownStatic #198

Closed MilanBarande closed 8 months ago

MilanBarande commented 8 months ago

As things stand, this code

image

causes this typescript error

image

This is a simple fix to add children to the accepted props of the Markdown component.