You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade-guides/v2.2.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ getComponent(nextState, cb) {
20
20
}
21
21
```
22
22
23
-
However, you new also have access to the matched `params` on `nextState`, and can use those to determine which component to return.
23
+
However, you now also have access to the matched `params` on `nextState`, and can use those to determine which component to return.
24
24
25
25
You will still be able to access location properties directly on `nextState` until the next breaking release (and in fact they will shadow router state properties, if applicable), but this will case a deprecation warning in development mode.
0 commit comments