-
-
Notifications
You must be signed in to change notification settings - Fork 2k
plotly.min.js overrides Promise #1032
Copy link
Copy link
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken