reflex icon indicating copy to clipboard operation
reflex copied to clipboard

URL Fragments not accesible

Open ritwickdsouza opened this issue 2 years ago β€’ 0 comments

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

ritwickdsouza avatar Jun 27 '23 20:06 ritwickdsouza