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
Default error reporting fails to include the original error message.
This is likely because the library is using the very old way of implementing custom Error class, which needs to be replaced with the new ES6 implementation.