iamacup / react-native-markdown-display

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

ERROR Warning: Function components cannot be given refs. #214

Closed wongk closed 3 months ago

wongk commented 3 months ago

We are seeing the following error in the terminal when running our react native app:

 ERROR  Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?

Check the render method of `Markdown`.
    in Unknown (created by Markdown)
    in Markdown
wongk commented 3 months ago

This was due to our usage, closing.