Skip to content

Commit 26b5e33

Browse files
committed
moat example fixing
1 parent 65a6b8f commit 26b5e33

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

UPGRADE_GUIDE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var SomethingActive = React.createClass({
4141
function fn(nextState) {}
4242

4343
// 0.9.x
44-
<Routes onActiveStateChange={fn} />
44+
<Routes onChange={fn} />
4545

4646
function fn() {
4747
// no arguments
@@ -54,9 +54,6 @@ function fn() {
5454
}
5555
```
5656

57-
You may need access to the current routes, use the `RouteLookup` mixin
58-
for that along with `PathState`.
59-
6057
### `.` in params support
6158

6259
`.` used to be a delimiter like `/`, but now its a valid character in

0 commit comments

Comments
 (0)