We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5122e commit 7f5de71Copy full SHA for 7f5de71
UPGRADE_GUIDE.md
@@ -26,10 +26,12 @@ it will be removed by `v1.0`
26
27
If you have dynamic segments and are depending on `getInitialState`,
28
`componentWillMount`, or `componentDidMount` to fire between transitions
29
-to the same route--like `users/123` and `users/456`, then you have two
30
-options: add `addHandlerKey={true}` to your route and keep the previous
31
-behavior (but lose out on performance), or implement
32
-`componentWillReceiveProps`.
+to the same route--like `users/123` and `users/456`--then you have two
+options:
+
+- add `addHandlerKey={true}` to your route and keep the previous
33
+ behavior (but lose out on performance), or
34
+- implement `componentWillReceiveProps`.
35
36
```js
37
// 0.5.x
0 commit comments