CharlesMangwa/react-native-simple-markdown

Warning with RN 0.51

Closed this issue · 7 comments

Warning: Each child in an array or iterator should have a unique "key" prop. See https://fb.me/react-warning-keys for more information.
    in RCTVirtualText (at Text.js:555)
    in Text (created by Markdown)
    in RCTText (at Text.js:557)
    in Text (created by Markdown)

+1

Fixed in #66 but has not been released yet.

Fixed in v1.1.0 👍

Using v1.1.0 I am having the below issue, so I had to resort back:

image

Could you tell me which rule generates this error?

I am not passing any rules, just some styles. But even removing the styles I get the error

Could you send me a copy of the .md you're rendering or your .md content hierarchy?