Version
3.1.1
Reproduction link
https://jsfiddle.net/ox6qpz9t/1/
Steps to reproduce
- Open console
- Click in
foo button that will navigate programmatically to foo route (with replace method) that has a beforeEnter guard.
- In the console de error
Uncaught (in promise) false will appear when navigation is being aborted in guard with next(false)
What is expected?
Abort navigation without error
What is actually happening?
Aborted navigation with unhandled promise error in console.
In version 3.0.7, with the old API (not the new one that returns a promise) was working fine.