You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use Closure Compiler it fails with the following error:
Class or object literal contains duplicate member "cool". In non-strict code, the last duplicate will overwrite the others. 16739| "cool":[{"index":0,"rgb":[0,255,255]},{"index":1,"rgb":[255,0,255]}]
When reviewing non minified version of plotly it does contain 2 "cool" keys
The text was updated successfully, but these errors were encountered:
When trying to use Closure Compiler it fails with the following error:
Class or object literal contains duplicate member "cool". In non-strict code, the last duplicate will overwrite the others. 16739| "cool":[{"index":0,"rgb":[0,255,255]},{"index":1,"rgb":[255,0,255]}]
When reviewing non minified version of plotly it does contain 2 "cool" keys
The text was updated successfully, but these errors were encountered: