This repository was archived by the owner on Oct 26, 2018. It is now read-only.
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
Skip very first @@router/LOCATION_CHANGE #439
Closed
Description
When starting the app, this dispatch is always fired:
{
"type": "@@router/LOCATION_CHANGE",
"payload": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "POP",
"key": null,
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
}
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?
Metadata
Metadata
Assignees
Labels
No labels