Commit 9703b4b5 by Wee

docs: deprecated statement

parent 2d2d2d4a
...@@ -67,7 +67,9 @@ There is a item list page, click on the items on this page will enter the item d ...@@ -67,7 +67,9 @@ There is a item list page, click on the items on this page will enter the item d
## Must read ⚠️ ## Must read ⚠️
react-live-route is not compatible with `react-router-dom` 4.0+ due to the **`this.context.router`** become it's private API(see [here](https://github.com/ReactTraining/react-router/releases/tag/v4.4.0-beta.0)). This could not be resolved by current design of `react-live-route` unfortunately. By the way, I really do not like `this.context.router` became a private API afterwards ☹️. react-live-route is not compatible with `react-router-dom` 4.4.0+ due to the **`this.context.router`** become it's private API(see [here](https://github.com/ReactTraining/react-router/releases/tag/v4.4.0-beta.0)). This could not be resolved by current design of `react-live-route` unfortunately. You still can use it but you need to change the version of `react-router` below 4.4.0.
This project might be re-write to compatible with `react-router` 4.4.0+, to be continued 🥳.
## Caveat ⚠️ ## Caveat ⚠️
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment