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
I have a contextual router using the NavigatableMixin mixin at /foo. I want to do this.navigate from this router to /bar/baz, however when I do this.navigate('/bar/baz') it navigates to /foo/bar/baz. Is there a way I can pass a { global: true } option to this.navigate or something similar, or is this not currently supported?
The text was updated successfully, but these errors were encountered:
I have a contextual router using the
NavigatableMixin
mixin at/foo
. I want to dothis.navigate
from this router to/bar/baz
, however when I dothis.navigate('/bar/baz')
it navigates to/foo/bar/baz
. Is there a way I can pass a{ global: true }
option tothis.navigate
or something similar, or is this not currently supported?The text was updated successfully, but these errors were encountered: