Dominik Dorfmeister

Results 40 issues of Dominik Dorfmeister

**Describe the bug** If you have a version with a long label, it makes the bar for that version start at a higher position, making it look like it is...

bug

**Describe the bug** As of recently, the `devtools` show a `disabled` label when all observers of a query are disabled. However, this label doesn't update dynamically. **To Reproduce** Steps to...

bug
package: react-query-devtools

### Describe the bug When changing the query key, react-query re-renders the component two times with the exact same states ### Your minimal, reproducible example v4: https://codesandbox.io/s/react-query-re-renders-t2z4u8, v3: https://codesandbox.io/s/react-query-re-renders-v3-cfo8y4 ###...

upstream
package: react-query

we had it in v4 beta, but it went away with the rebranding. prior art: - https://github.com/TanStack/query/pull/3521 there were some useSyncExternalStore issues reported after that, which prompted another fix: -...

enhancement

The `clearIcon` can be any `React.ReactNode`, so I tried to make it a `` with an icon to make it keyboard accessible. This generally works fine - navigating with TAB...

### Describe the feature you'd like to request SSR for trpc queries, in its current form, needs at least two `ssrPrepass` runs to finish: https://github.com/trpc/trpc/blob/040e0fa7fbd1941c9d3ba11faf5d2194faaf64cd/packages/next/src/withTRPC.tsx#L184-L203 This is necessary because sometimes,...

✨ enhancement

### context In v3, we had a global logger that you could set via `setLogger` to your own logging mechanism. This was a side effect which we tried to get...

v5

for breaking syntax changes: - #4694 - #4677 - #4678 @balazsmatepetro let me know if you want to work on this :)

v5

### context `useQuery` and friends have many overloads in TypeScript - different ways how the function can be invoked. As an example, let's look at `useQuery`. You can call it...

v5