mobx-react-router icon indicating copy to clipboard operation
mobx-react-router copied to clipboard

Fix deprecated usage of history package

Open kubk opened this issue 5 years ago • 0 comments

The example from README gives the following warning:

Warning: Please use `require("history").createBrowserHistory` instead of `require("history/createBrowserHistory")`. Support for the latter will be removed in the next major release.

kubk avatar Mar 09 '20 15:03 kubk