Closed brunouber closed 8 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Just noticed there's another PR addressing the same issue.
With this PR we allow withParams to accept
Record<string, string | string[]>
, instead of justRecord<string, string>
.It also updates the private
stringify
function to handle this case nicely, eg.&key=foo&key=bar
.This functionality is useful so that also SDK's user are allowed to hide dashboard filters (doc).