Skip to content

Commit 4764ef1

Browse files
committed
Update UPGRADE_GUIDE.md
1 parent 818c101 commit 4764ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADE_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ anymore. Our mixins like `State` and `Navigation` just proxied calls to
1414
some methods on an undocumented feature of React called `context`, that
1515
in turn called methods on the router instance under the hood.
1616

17+
Note, you can still use our mixins, you'll just get a deprecation warning.
18+
1719
Without mixins we needed a way for you to get access to these methods.
1820
We decided the simplest solution was to stop hiding the router instance
1921
and just put the whole thing on context.

0 commit comments

Comments
 (0)