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
{{ message }}
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
I'm trying to follow along the basic example, but have a problem. The file https://github.com/rackt/redux-simple-router/blob/master/examples/basic/app.js
has a line:
where the
syncHistory()
method is defined inredux-simple-router
but that method does not actually exist, so I can't complete the example.
I tried using the following lines from the readme.md instead
but doing that and when running I get a exception:
cannot read property 'number' of undefined
Any advice what I'm doing wrong?
Here is my actual code (a .tsx file)
The text was updated successfully, but these errors were encountered: