Asana API with React

When attempting to install Asana in my project in Atom, I keep receiving an unmet peer dependency error for react@0.14.9.

Is there a specific version of React I need to be using in order to meet the dependency requirements?

Hi there,

Looking at the errors you pasted above, it looks like the error is actually coming from an incompatibility between the versions of redux-form and react you have set; asana doesn’t require either of these dependencies, and I was able to reproduce this without installing asana (just using redux-form and react).

Perhaps consider updating redux-form (and potentially redux and redux-promise) along with react to the newest backwards compatible release with your code?

2 Likes