-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
plotly.min.js overrides Promise #1032
Comments
maybe related to #955 |
Yep, same problem as #955 Importing plotly.js before Bluebird should solve the issue. |
etpinard
changed the title
plotly.min.js seems to override Promise
plotly.min.js overrides Promise
Jan 6, 2017
This might be fixed by #5358. |
This one we should explicitly test (manually, once, I don't see it as requiring a CI test) before closing. |
Tested. It is fixed on master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using plotly.js with Bluebird (global scope, without Bluebird.noConflict()), loading plotly.js seems to overrides the Promise.
Bluebird 3.4.6
Plotly.js 1.17.3
Chrome 53.0.2785.143 m (64-bit)
Try this:
Expected Results:
3 returns a Promise
Actual Result:
Promise.all(..).spread(..) is not a function
The text was updated successfully, but these errors were encountered: