Hi everyone,
I'm trying to implement a loader method on a route using react-router-dom 6.8.1 but when I access the request.url which is passed to it I'm not seeing the hash on the url. If the browser url is http://site/page?query=here#foo what I see on request.url is http://site/page?query=here.
Is this intentional or am I doing something wrong? Struggling to find mention of it anywhere.