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 f48a6aa commit e8a16efCopy full SHA for e8a16ef
examples/auth-flow/app.js
@@ -83,7 +83,7 @@ var Login = React.createClass({
83
return this.setState({ error: true });
84
85
if (nextPath) {
86
- this.transitionTo(nextPath);
+ this.replaceWith(nextPath);
87
} else {
88
this.replaceWith('/about');
89
}
0 commit comments