Skip to content
Discussion options

You must be logged in to vote

hey, thanks for checking the plugin out!

for the query, we do not parse it or use it in any way, the route is determined by the pathname only (or hash)

i used to include the query inside the context, but it wasn't parsed in any way, it just returned the window.location.search string so i removed it. You can use new URLSearchParams(window.location.search) to parse them

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rehhouari
Comment options

Answer selected by MarcCoquand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants