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 65a6b8f commit 26b5e33Copy full SHA for 26b5e33
UPGRADE_GUIDE.md
@@ -41,7 +41,7 @@ var SomethingActive = React.createClass({
41
function fn(nextState) {}
42
43
// 0.9.x
44
-<Routes onActiveStateChange={fn} />
+<Routes onChange={fn} />
45
46
function fn() {
47
// no arguments
@@ -54,9 +54,6 @@ function fn() {
54
}
55
```
56
57
-You may need access to the current routes, use the `RouteLookup` mixin
58
-for that along with `PathState`.
59
-
60
### `.` in params support
61
62
`.` used to be a delimiter like `/`, but now its a valid character in
0 commit comments