-
**Describe the bug**
Invoking "useMutation" with onDone hook does not decrement global mutation loading (useGlobalMutationLoading)
Will investigate and provide more details or fix soon
**workar…
-
### What problem does this feature solve?
When authoring headless libraries, composables or container components, it is often encountered that you pass in certain attributes to your user that must be…
-
**Describe the bug**
When VueJS 3 application is running in ssr mode, the prefetch apollo is not working.
**To Reproduce**
```javascript
export default defineComponent({
name: 'Graphql',
s…
-
### Question description
The reason behind shadcn is to have ownership of the code and make all components lives in your project, so just wondering the decision to make this as a package instead of…
-
**Describe the bug**
I have a vue project. We use the composition API. Therefore we use `provideApolloClient` in order to provide the client to all usages of `useQuery`, `useMutation`, etc. We want t…
-
Vue 3 composable for Stripe JS
-
> [!IMPORTANT]
> This issue is tracking progress on the Nuxt SDK. If you find bugs or problems with the `@sentry/nuxt` package please open a separate issue. Thank you!
New SDK for https://nuxt.com/…
-
**Describe the bug**
When I use the debounce for my query, it triggered twice, once directly when I call the composable and then a second time after the debounce time is over.
**Expected behavior*…
-
I take a look on the way tippy is used in Composition API, and I wondering if it could be simplified ?
Instead of creating and passing a target ref like:
```vue
Tippy!
import { useTipp…
-
### Environment
StackBlitz
### Reproduction
https://stackblitz.com/edit/github-vy6psx-sn3lfr?file=.nuxtignore,error.vue,__tests__%2Ferror.spec.ts
### Describe the bug
I get this error:
`
[Vue R…