URL fragment change causes rerender #2666
Unanswered
t-blackwell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a component which changes the URL fragment (hash) using
window.location.hash = someScrollPosition
. This appears to trigger a rerender of the route, which in turn is causing another element to lose focus. Is there a way to prevent this behaviour?Beta Was this translation helpful? Give feedback.
All reactions