Match the method signature on navigate()
The unmatched method signature is causing pageData not being updated correctly.
This commit is contained in:
parent
5d0a82f982
commit
a683627d95
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ router.overrideNavigation = (
|
|||
|
||||
router.navigate = (scenario, currentRoute, optionalQuery = {}, optionalParams = {}, optionalPageData = {}) => {
|
||||
|
||||
navigate(scenario, currentRoute, false, optionalQuery, optionalParams, optionalPageData);
|
||||
navigate(scenario, currentRoute, optionalQuery, optionalParams, optionalPageData);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue