Add URLSearchParams
polyfill
#257
Labels
enhancement
New feature or request
good first issue
Good for newcomers
typescript
Requires typescript knowledge
Currently, on the client side, in order to set the
location.search
object, we interact with theURLSearchParams
interface.Since we don't have such polyfill we are not actually doing it on the server side, making the
search
key not meaningful for server side rendering purposes.This task should introduce the polyfill for the
URLSearchParams
interface and update the server side context location as following:The text was updated successfully, but these errors were encountered: