This repository has been archived by the owner on Oct 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 644
Skip very first @@router/LOCATION_CHANGE #439
Comments
you should be disposed combineReducers({function,function}) |
@dlmr feel free to publish your PR. |
@rybon I have pushed my PR as #445 but I think I misspoke unfortunately. It is correct that a |
I wish this fired for me on page load. I have to make a page change before seeing this. |
@chrisabrams If you are using SSR the change in #445 will "fix" that. |
@dlmr got it; will look forward to the "fix" |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When starting the app, this dispatch is always fired:
Is there a way to turn that off? I tried
adjustUrlOnReplay: false
, but I still see this dispatch happening. In a test environment I want the app to be inert, in other words not trigger a dispatch on its own, so I can feed it recorded dispatches later on. Is that possible?The text was updated successfully, but these errors were encountered: