vitejs / vite

Next generation frontend tooling. It's fast!
http://vitejs.dev
MIT License
67.49k stars 6.08k forks source link

`injectQuery` incorrectly double-encodes query string parameters #18244

Open mykwillis opened 21 hours ago

mykwillis commented 21 hours ago

Describe the bug

My code uses import.meta.url to read a query string paramter from the URL used to load my module in a browser Githubissues.

  • Githubissues is a development platform for aggregating issues.