chipit24/fade-props

React 16 compatibility

Closed this issue · 2 comments

Right now the package has hard dependency on specific version of React, meaning it fetches it's own copy, causing compatibility issues. Please consider adding version ranges instead.

Thanks @d4rky-pl! This has been on my radar and I'll get an update in soon to add react to peerDependencies and remove the hard dependency 🙈

This should be fixed now. Let me know if there are any other issues.