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.
2 parents bea93d2 + fcd6366 commit 2f871adCopy full SHA for 2f871ad
modules/Router.js
@@ -138,7 +138,7 @@ var Router = React.createClass({
138
'You may not abort the initial transition'
139
);
140
141
- this.handleAbort(reason);
+ this.handleAbort(transition.abortReason);
142
}
143
} else if (state == null) {
144
warning(false, 'Location "%s" did not match any routes', location.pathname);
0 commit comments