Yohei Kanehara
Yohei Kanehara
## 🐛 Bug description When using the `refine` method from `useConfigure`, it does not update the state of refinement for other hooks - `useRefinementList`, `useCurrentRefinements`, etc. ## 🔍 Bug reproduction...
## 🐛 Bug description `facetFilters` is typed as `readonly facetFilters?: string | readonly string[] | ReadonlyArray`. This does not allow for a combination of AND / OR queries like so:...
Passing `id_gt` or any other id params does not work, see the screenshot below of my Postman request returning user with id `15` even though I passed in `id_gt: 100`....
The Go SDK QueryResponse type does not include `watchers` which is returned from the API. This currently prevents the ability to query a channel's watchers.
`PaginationParamsRequest` is typed as `string` when it should be typed as `int`. This causes the request to fail with this error: ``` error: \"expected number for field \"watchers.id_gte\" but got...
### What is the location of your example repository? _No response_ ### Which package or tool is having this issue? Hydrogen ### What version of that package or tool are...