-
-
Notifications
You must be signed in to change notification settings - Fork 241
Routing broken with mixed modal (with inner navigation) and standard routing usages #1484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For anyone who's routing is terribly broken, pin your project to this for now until this is fixed: |
To clarify this issue is likely related to inner page modal navigation mixed with standard routing usage so if you're app is using both you will likely run into this hence the pinned workaround above. Working on solution here in addition to the pending PR. |
Here is a repro in playground: |
Hey @NathanWalker thanks for the Playground project! Just rename the export name of the home.module.ts -> |
Ah @ADjenkov linked older version param above there - this was the latest: Thanks for the fix - makes total sense now why it was failing - After that's merged we'll try it with |
Make sure to check the existing issues in this repository
If there is no issue for your problem, tell us about it
Routing broken and unreliable after this PR was merged.
Which platform(s) does your issue occur on?
all.
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Just use an app with routing and modals. Any calls to navigate will eventually become unresponsive/dead and stop navigating.
Is there any code involved?
We'll submit a PR to fix.
The text was updated successfully, but these errors were encountered: