reflex
reflex copied to clipboard
URL Fragments not accesible
Describe the bug Unable to access fragments of the url for e.g. https://127.0.0.1:3000/#foo=bar
Currently only pathname is being passed to the router_data. basePath should also be passed to get the fragment https://nextjs.org/docs/pages/api-reference/functions/use-router
To Reproduce N/A
Expected behavior foo=bar should be accessible
Screenshots N/A
** Specifics (please complete the following information):**
- Python Version: 3.11.4
- Reflex Version: 0.1.32
- OS: MacOS
- Browser (Optional):
Additional context N/A