We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818c101 commit 4764ef1Copy full SHA for 4764ef1
UPGRADE_GUIDE.md
@@ -14,6 +14,8 @@ anymore. Our mixins like `State` and `Navigation` just proxied calls to
14
some methods on an undocumented feature of React called `context`, that
15
in turn called methods on the router instance under the hood.
16
17
+Note, you can still use our mixins, you'll just get a deprecation warning.
18
+
19
Without mixins we needed a way for you to get access to these methods.
20
We decided the simplest solution was to stop hiding the router instance
21
and just put the whole thing on context.
0 commit comments