Jonathan MASSUCHETTI

Results 113 comments of Jonathan MASSUCHETTI

Are maintainers willing to accept a PR that fixes this ? Edit : to be more specific, only the components that uses the hook and deconstructed a property that changed...

> This is a similar issue as #7634 `useSearchParams` reads from the `LocationContext`, `NavigationContext` and `RouteContext` (through `useNavigate`). So when a change is made to any of these, `useSearchParams` is...

@vendramini what is the problem with the rerender?

@vendramini this is a problem in your code. It has nothing to do with this library. I bet you navigate to the deep link when the modal opens. React works...

@vendramini open a stack overflow and send me the link.

The reason behind the complex type of `useQueries` is that it supports an array of any query function. A good enough start would be to support an array of the...

Hi @RobinMalfait, you are right in the case of `multiple`, we cannot infer, that's why the `Combobox` component should accept a generic that defines the type of the option value....

Hi @RobinMalfait, I tried the new types [here](https://stackblitz.com/edit/react-ts-ctcy8n?file=App.tsx), and it seems to me that the type is not correctly set. In the given example, since value is clearly defined as...

You are right, I didn't add a `tsconfig.json` in the sandbox, and it works fine in strict mode 👌

I have the same issue with the same software version but macOS is Big Sur.