mannynotfound / react-tweet

React.js component for rendering tweets as they are presented on Twitter.com
67 stars 43 forks source link

A ton of warnings in the console #3

Closed chmac closed 7 years ago

chmac commented 8 years ago

Firstly, thanks a lot for this package. It's exactly what we were looking for, saved us hours and hours of work. 👍

I'm seeing a ton of warnings with react 0.15 like so:

warning.js:44 Warning: a button tag (owner: unknown) was passed a numeric string value for CSS property margin (value: 0) which will be treated as a unitless number in a future version of React.

Is it a compatibility issue with 0.15?