Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align import to history 4.9.0 #2

Merged
merged 1 commit into from
Jun 4, 2019
Merged

Conversation

tregusti
Copy link
Contributor

@tregusti tregusti commented Jun 3, 2019

history v4.9.0 deprecated the require("history/createBrowserHistory") importing. It now shows a deprecation warning when doing so.

It instead recommends import { createBrowserHistory } from 'history';

See https://github.com/ReactTraining/history/releases/tag/v4.9.0.

`history` v4.9.0 deprecated the `require("history/createBrowserHistory")` importing.

It instead recommends `import { createBrowserHistory } from 'history'`;

See https://github.com/ReactTraining/history/releases/tag/v4.9.0.
@zjuasmn zjuasmn merged commit e1dde5a into zjuasmn:master Jun 4, 2019
@tregusti tregusti deleted the patch-1 branch June 4, 2019 07:22
@tregusti
Copy link
Contributor Author

tregusti commented Jun 4, 2019

Will you release it as a new version please? Thank you for quick handling!

@tregusti tregusti mentioned this pull request Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants