react-native-timeago icon indicating copy to clipboard operation
react-native-timeago copied to clipboard

warning React does not recognize the `hideAgo` prop on a DOM element

Open inspire22 opened this issue 5 years ago • 0 comments

Thanks for making this library!

I'm getting this warning - I'm pretty new to react-native so please let me know if I'm doing something stupid.

index.js:1 Warning: React does not recognize the hideAgo prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase hideago instead. If you accidentally passed it from a parent component, remove it from the DOM element.

in div (created by Text) in Text (at TimeAgo.js:43)

inspire22 avatar Apr 07 '20 21:04 inspire22