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 4906a94 + 80846dd commit 8cae5a1Copy full SHA for 8cae5a1
UPGRADE_GUIDE.md
@@ -191,7 +191,7 @@ var Assignment = React.createClass({
191
var Assignment = React.createClass({
192
mixins: [ History ],
193
navigateAfterSomethingHappened () {
194
- // the router is not built on rackt/history, and it is a first class
+ // the router is now built on rackt/history, and it is a first class
195
// API in the router for navigating
196
this.history.pushState(null, `/users/${user.id}`, query);
197
// this.history.replaceState(null, `/users/${user.id}`, query);
0 commit comments