re-view icon indicating copy to clipboard operation
re-view copied to clipboard

Paths containing '#' are not handled properly by routing library

Open jackrusher opened this issue 7 years ago • 0 comments

Firstly, allow me to thank you for all of your work on this library. It has made my project faster and easier to build.

I've noticed that the path parsing in re-view's routing library seems to ignore any path information that follows a # symbol. For example, the path /a/b/c#d yields via parse-path:

  • :path of /a/b/c
  • :segments of `["a" "b" "c"]
  • :query of {}

I found this behavior somewhat unexpected. 😀

jackrusher avatar Feb 15 '18 18:02 jackrusher