Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: don't blow away existing query string (vercel#1638)
* docs: don't blow away existing query string See comments in diff - I ran across this and it took me a while to work out why my client side code worked, but the server didn't. It was because I didn't realise that `.render`'s 3rd arg was the query object, so it was losing the _actual_ query string. * chore: remove trailing spaces ¯\_(ツ)_/¯ I think!
- Loading branch information