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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed a weird behavior when navigating to URLs that have a fragment (the part after
#
).Normally it's used to navigate to a specific element that has the same ID as the fragment. The CSS
:target
selector is used to style such element(s).With Remix (both in dev and prod) I notice a flash in scroll position and CSS styling when navigating to such a URL.
Could this be related to a behavior of the
<ScrollRestoration>
component??Beta Was this translation helpful? Give feedback.
All reactions