-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
List core-js as a dev dependency to install when working with React #814
Comments
is there a workaround or fix for this? |
@brendancf just add it into your project as a dependency, my issue is that it is not listed anywhere, you have to figure out yourself |
thanks @kojidev thats what I thought, however I did the following and it is still not working for me...
I created my app with create react app https://facebook.github.io/create-react-app
|
OK, I removed |
Thanks! Added as a peer dependency! |
I've been following the steps of integrating the Redoc into react app, and it asks to install
styled-components
andmobx
abovereact
andreact-dom
, but the code also usescore-js/es6/promise
module but it is not listed in installation doc.The text was updated successfully, but these errors were encountered: