-
-
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
promiseError disappeared? #1705
Comments
Is this similar to https://github.com/plotly/plotly.js/blob/master/test/jasmine/assets/fail_test.js |
Hi, this came to my notice as i am receiving constantly warnings when using plotly in an promise based environment. As the promiseError function does not exist anymore, it should not be passed to promises for error handling as this causes a warning
Deleting the line should not have side effects: Line 459 in e27ca3c
So please change it to the following code an leave error handling to the caller that provided a promise.
|
We still call
lib.promiseError
inlib.syncOrAsync
but it has disappeared? What do we want to have happen here?The text was updated successfully, but these errors were encountered: