Allow me to get GET params also when the URL uses a '#' instead of a '?'
Describe the Custom Component
So I'm getting an access token in the URL like that: http://localhost:3000/#access_token=eyJhbGciOiJIUzI....
Seems like self.router.page.params can't get get params if the URL uses a hashtag '#'.
For such cases, I need to access self.router.page.raw_path and parse it myself, which is unnecessary work.
Also parse params for URLs with hashtags!
Additional context reflex 0.6.0
Can I work on this, plz assign it to me.
@Rustix1604 just assigned you!
Hey there. When the url includes # this means a very different thing than ?. Read on https://en.wikipedia.org/wiki/URI_fragment