Closed
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