Alex Liu

Results 26 issues of Alex Liu

Currently, the methods `nonNullish`, `nonNullishAsync`, `nullish`, and `nullishAsync` determine if `input` is `null` or `undefined` using the following approach: ```ts input === null || input === undefined ``` According to...

question

Resolve #7694 Originally, when we called `queryClient.invalidateQueries` from `@tanstack/vue-query`, it would trigger `invalidateQueries` from `@tanstack/query-core` in the next macro task. This was initially intended to fix issue #6414, but it...

package: vue-query

### UnoCSS version 0.61.9, 0.62.2 ### Describe the bug I have been using UnoCSS in Nuxt, and I really appreciate the convenience it brings. However, I have recently encountered some...

### 🔗 Linked issue ### 📚 Description This PR introduces a few macros to provide an explicit import solution for lazy hydration. resolves https://github.com/nuxt/nuxt/issues/31663 #### TODO - [x] Macro plugin...

enhancement
3.x

Resolve #7905 This PR updates the type definition of the `enabled` option in `useQuery`. The motivation can be found here: https://github.com/TanStack/query/issues/7905#issuecomment-2971140693 If there is anything I might have overlooked, please...

package: vue-query

This PR introduces a shared `ShallowOption` type to unify the `shallow?: boolean` option and its JSDoc across various composables in `@tanstack/vue-query`. If there is anything I might have missed, please...

package: vue-query