olahol / react-social

Simple React components for social buttons (Facebook, Twitter and Pinterest) and social counts.
177 stars 60 forks source link

React 16 compatibility #58

Closed jlgeering closed 6 years ago

jlgeering commented 6 years ago

Hi there,

after a 2 minute investigation (i.e. plz take this with a grain of salt), it seems to me that react-social is incompatible with React 16 because it uses the deprecated React.createClass

https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

cheers JL

jlgeering commented 6 years ago

plz ignore, seems to work (you are using create-react-class)