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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Errors are appeared to be getting swallowed when using orchestra.
I've forced an error where the 'el' for a Mn view is not within the DOM, once I compile and run the code in the browser no error is thrown, making it appear no error has happened.
It is only when I step through my code within the Inspector from the render function where it will go into the catch of this function:
Errors are appeared to be getting swallowed when using
orchestra
.I've forced an error where the 'el' for a Mn view is not within the DOM, once I compile and run the code in the browser no error is thrown, making it appear no error has happened.
It is only when I step through my code within the Inspector from the render function where it will go into the
catch
of this function:e
consoled out is then the actual message:This appears to be an issue with
es6-promise
pluginstefanpenner/es6-promise#70
The text was updated successfully, but these errors were encountered: