ChrisMLee
Results
2
issues of
ChrisMLee
The version of reactcards currently on npm has not been updated to reflect bug fixes and updates in the last 10 months. Can we publish the latest version to npm...
As of React v15, the [setProps function is deprecated](https://facebook.github.io/react/blog/2016/04/07/react-v15.html#removed-deprecations) and the current implementation causes errors when using React 15+. As an alternative, we can use state in place of props...