shatran / card-react

React component for card https://github.com/jessepollak/card
MIT License
133 stars 65 forks source link

Updating dependency tree #12

Closed adityaj221 closed 8 years ago

adityaj221 commented 8 years ago

The old version of react in the package generates error when other projects have new react version due to multiple react downloads

Warning: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component's render method, or you have multiple copies of React loaded.

harel commented 8 years ago

Payment.js is now at 2.0.3 and resolves an issue with warnings about pre built javascript files. Should be updated to use that version.