Skip to content

Commit cc7f3b2

Browse files
committed
Merge pull request #2127 from johnnyreilly/patch-1
Update UPGRADE_GUIDE.md
2 parents 8ef625e + d49199e commit cc7f3b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADE_GUIDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ let history = createBrowserHistory()
5555
React.render(<Router history={history}>{routes}</Router>, el)
5656
```
5757

58+
After updating to 1.0.0 you will notice that a magic querystring entry starts appearing in your URLs called "_k". An example of how it looks is this: `?_k=umhx1s`.
59+
60+
This is not a bug - this is intended. You can read more about the feature [here](https://github.com/rackt/react-router/blob/master/docs/guides/basics/Histories.md#what-is-that-_kckuvup-junk-in-the-url) and how to opt out [here](https://rackt.github.io/history/stable/HashHistoryCaveats.html).
61+
5862
### Route Config
5963

6064
You can still nest your routes as before, paths are inherited from

0 commit comments

Comments
 (0)