We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 15 was released a couple weeks ago. Basic use of react-ace seems to work OK, however, it is throwing a peerDep error:
react-ace
› npm ls react PROJECT @0.0.1 /My/system/path `-- UNMET PEER DEPENDENCY react@15.0.1 npm ERR! peer dep missing: react@^0.13.0 || ^0.14.0, required by react-ace@3.2.0 npm ERR! code 1
The text was updated successfully, but these errors were encountered:
3.3.0 resolves this issue
Sorry, something went wrong.
Confirmed, thanks a bunch!
No branches or pull requests
React 15 was released a couple weeks ago. Basic use of
react-ace
seems to work OK, however, it is throwing a peerDep error:The text was updated successfully, but these errors were encountered: