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.
If I use an
IndexRedirect
with a basename I seem to get an infinite route.Filing it here because it only happens when I call
syncReduxAndRouter
.Commenting out the basename seems to resolve the issue ( I assume because there is nothing to repeat).
If I hit
/test
, I get a infinite loop of/test/test/test/......
until the call stack is exceeded.Gist I'm using to verify
The text was updated successfully, but these errors were encountered: