johanneslumpe / redux-history-transitions

history transitions based on arbitrary actions
MIT License
167 stars 10 forks source link

Warning: [history] pushState is deprecated; use push instead #4

Closed hannupekka closed 8 years ago

hannupekka commented 8 years ago

Should replace pushState & replaceState with push & replace (deprecated in https://github.com/rackt/history/blob/master/CHANGES.md#v1140) and use location descriptor as shown here: https://github.com/rackt/history#basic-usage

I can provide pull request on monday if someone does not beat me to it.

johanneslumpe commented 8 years ago

Published fix as version 2.0