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
Click the /foo button, check the browser console for errors
What is expected?
An Error be thrown.
What is actually happening?
undefined is thrown.
The docs specify that if a navigation is aborted, then the promise returned by $router.push is rejected. This was causing me grief because I was trying to track down where an Uncaught (in promise) undefined error was being thrown - would have been helpful to have been able to narrow down the error faster.
The text was updated successfully, but these errors were encountered:
Version
3.1.3
Reproduction link
https://jsfiddle.net/0ukqxgho/1/
Steps to reproduce
Click the
/foo
button, check the browser console for errorsWhat is expected?
An
Error
be thrown.What is actually happening?
undefined
is thrown.The docs specify that if a navigation is aborted, then the promise returned by
$router.push
is rejected. This was causing me grief because I was trying to track down where anUncaught (in promise) undefined
error was being thrown - would have been helpful to have been able to narrow down the error faster.The text was updated successfully, but these errors were encountered: