-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken
Milestone
Description
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:
- Load Bluebird
- Load Plotly.js
- Promise.all([]).spread()
Expected Results:
3 returns a Promise
Actual Result:
Promise.all(..).spread(..) is not a function
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken