File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ parents just like before but prop names have changed.
45
45
< Route path= " about" component= {About}/ >
46
46
```
47
47
48
- Named routes are gone, see discussion [ here ] ( https://github.com/rackt/react-router/issues/1840 )
48
+ Named routes are gone (for now, [ see discussion] ( https://github.com/rackt/react-router/issues/1840 ) )
49
49
50
50
### NotFound route
51
51
@@ -108,7 +108,7 @@ the link will not check if its active.
108
108
< Link to= " /about" activeClassName= " active" > About< / Link>
109
109
```
110
110
111
- #### Linking to Defult /Index routes
111
+ #### Linking to Default /Index routes
112
112
113
113
Because named routes are gone, a link to ` / ` with an index route at ` / `
114
114
will always be active. So we've introduced ` IndexLink ` that is only
You can’t perform that action at this time.
0 commit comments