We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using angular which does DOM rendering dynamically.
Your feed icon shows the correct links when I refresh the page, but on dynamic routing it never updates.
Is there a way you can re-parse when the address bar changes?
I think in addition to this event:
document.addEventListener('DOMContentLoaded', main);
You should also add:
window.addEventListener("popstate", main);
I'm not 100% sure this is the correct event, but it might work.
The text was updated successfully, but these errors were encountered:
@chovy I'm having the same problem and wondering if you have found a way to update the feed?
Sorry, something went wrong.
i have not.
No branches or pull requests
I'm using angular which does DOM rendering dynamically.
Your feed icon shows the correct links when I refresh the page, but on dynamic routing it never updates.
Is there a way you can re-parse when the address bar changes?
I think in addition to this event:
document.addEventListener('DOMContentLoaded', main);
You should also add:
window.addEventListener("popstate", main);
I'm not 100% sure this is the correct event, but it might work.
The text was updated successfully, but these errors were encountered: