Replies: 2 comments 4 replies
-
Context
Why Fix (minimum viable) Option A — use
|
Beta Was this translation helpful? Give feedback.
3 replies
-
As you saw |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When I need to read url parts (pathname, search etc) from clientLoader I do:
but request.url doesn't have a hash so my
location.hash
will not be set. How do I work around that?I can get the hash by using
window.location.hash
but that works only for initial load because on subsequent navigations window.location still shows old/current location when clientLoader runsBeta Was this translation helpful? Give feedback.
All reactions