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
Describe the Bug
In 7aa4f13, | any[] was added to the signature of the first parameter of navigateForward(). It was forgotten on the methods navigateBack() and navigateRoot().
Additional Context
This commit was supposed to fix #15332.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Describe the Bug
In 7aa4f13,
| any[]
was added to the signature of the first parameter ofnavigateForward()
. It was forgotten on the methodsnavigateBack()
andnavigateRoot()
.Additional Context
This commit was supposed to fix #15332.
The incriminated commit is 7aa4f13#diff-68c0efda98168f58059a80de770871e5L24
The text was updated successfully, but these errors were encountered: