mannynotfound / react-tweet

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

Update for React 15.5.4 #10

Closed benkeen closed 7 years ago

benkeen commented 7 years ago
mannynotfound commented 7 years ago

Hey!

Thanks for this PR! I think you still have to change all the references at the bottom of the components from React.PropTypes to just PropTypes because its still throwing a deprecation warning. Otherwise this LGTM.

benkeen commented 7 years ago

Oops, thanks! Can't believe I missed that. I'll patch it up tonight and resubmit.

benkeen commented 7 years ago

@mannynotfound all fixed. Thanks for catching that :)

MaxMillington commented 7 years ago

+1

mannynotfound commented 7 years ago

version 1.1.1 should be good now, thanks again!