on the query params so that any objects passed through which should normally be something like
filters[key]=value
filters[key]=value
ends up becoming
filters="[object Object]"
filters="[object Object]"
.
1. I'm pretty sure this use-case should be supported since it appears out in the wild when using query params 2. Is there a way to make this work? or is the recommendation to go with flat query objects / honojs client doesn't support objects in query params?
I think this is an error/bug that should be updated. Just want to confirm here before writing an issue on github...