Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion upgrade-guides/v2.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ getComponent(nextState, cb) {
}
```

However, you new also have access to the matched `params` on `nextState`, and can use those to determine which component to return.
However, you now also have access to the matched `params` on `nextState`, and can use those to determine which component to return.

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.