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
dist/react-promise.cjs.min.js
Looks like a déjà vu of #9.
See on this package viewer: https://www.jsdelivr.com/package/npm/react-promise?version=2.1.0&path=dist
Clicking on the main file produces 'not found' error: https://cdn.jsdelivr.net/npm/react-promise@2.1.0/dist/react-promise.cjs.min.js
All seemed fine in 2.0.3: https://cdn.jsdelivr.net/npm/react-promise@2.0.3/dist/react-promise.cjs.min.js
For our create-react-app setup, this causes problem loading the module for testing by Jest, which makes any component using this module untestable.
The text was updated successfully, but these errors were encountered:
I have the same error, in the dist folder not create react-promise.cjs.js, but only react-promise.js. The problem started with version 2.1.0
Sorry, something went wrong.
In the latest update, src/ is missing. Can anyone help out?
Hi, I have this problem too when I use NPM package that uses react-promise 2.1.0. Could you help me?
No branches or pull requests
Looks like a déjà vu of #9.
See on this package viewer:
https://www.jsdelivr.com/package/npm/react-promise?version=2.1.0&path=dist
Clicking on the main file produces 'not found' error:
https://cdn.jsdelivr.net/npm/react-promise@2.1.0/dist/react-promise.cjs.min.js
All seemed fine in 2.0.3: https://cdn.jsdelivr.net/npm/react-promise@2.0.3/dist/react-promise.cjs.min.js
For our create-react-app setup, this causes problem loading the module for testing by Jest, which makes any component using this module untestable.
The text was updated successfully, but these errors were encountered: