We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946cca7 commit 331ff3aCopy full SHA for 331ff3a
modules/components/Routes.js
@@ -379,7 +379,7 @@ function checkTransitionFromHooks(matches, transition) {
379
function checkTransitionToHooks(matches, transition) {
380
var promise = Promise.resolve();
381
382
- matches.forEach(function (match, index) {
+ matches.forEach(function (match) {
383
promise = promise.then(function () {
384
var handler = match.route.props.handler;
385
0 commit comments