You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use your package but i am facing following errors
Please userequire("history").createBrowserHistoryinstead ofrequire("history/createBrowserHistory"). Support for the latter will be removed in the next major release.
Uncaught TypeError: Cannot read property 'call' of undefined
I am not sure if its relevant, but can you point out how do I fix them
Thanks
The text was updated successfully, but these errors were encountered:
@vivekmpuh I have a PR into this repo, but it seems as though maintenance has stalled. In the meantime, I've forked the repo and published under my own namespace because I need the same updates and maintenance has stalled for the time being on this repo. https://github.com/curiosity26/redux-saga-router
Hi
I tried to use your package but i am facing following errors
Please use
require("history").createBrowserHistoryinstead of
require("history/createBrowserHistory"). Support for the latter will be removed in the next major release.
Uncaught TypeError: Cannot read property 'call' of undefined
I am not sure if its relevant, but can you point out how do I fix them
Thanks
The text was updated successfully, but these errors were encountered: