-
Notifications
You must be signed in to change notification settings - Fork 51
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
Skip patterns ending with # do not seem to work. #4
Comments
Ok, note to self. We're currently decoupling fragments ( But skipping according to fragment should work. So we need to move the skipping logic a bit higher up, before we decouple the fragment from the URL. We still need to make sure we create the Destination. |
Fixed in 1.0.1 by d213f2c. Tried this on site-webdev and it seems to work well now. Please do report any irregularities. |
I've been testing the skip pattern
over site-webdev.
Here is part of the debug output:
It should be skipping
.../server-communication#rxjs
.The text was updated successfully, but these errors were encountered: