meowcat_32
meowcat_32
NNuxt
Created by meowcat_32 on 2/22/2025 in #❓・help
in nuxt, where do i specify the context's types?
nuh uh ur wrong again i just have to put it in server directory apprnlty
17 replies
NNuxt
Created by meowcat_32 on 2/22/2025 in #❓・help
in nuxt, where do i specify the context's types?
well, im now getting error undefined is not an object (evaluating 'event.node.req') all im doing is trying to read the cookie const session_id = getCookie(event, 'session_id'); @kapa.ai
17 replies
NNuxt
Created by meowcat_32 on 2/22/2025 in #❓・help
in nuxt, where do i specify the context's types?
stupid ai!
17 replies
NNuxt
Created by meowcat_32 on 2/22/2025 in #❓・help
in nuxt, where do i specify the context's types?
it was H3EventContext not eventhandlerrequests!
17 replies
NNuxt
Created by meowcat_32 on 2/22/2025 in #❓・help
in nuxt, where do i specify the context's types?
@kapa.ai
17 replies
NNuxt
Created by meowcat_32 on 2/22/2025 in #❓・help
in nuxt, where do i specify the context's types?
that doesnt set the types!
17 replies
CCConvex Community
Created by meowcat_32 on 2/20/2025 in #general
Filter size limit
i should have read the entire error message..
3 replies
CCConvex Community
Created by meowcat_32 on 2/20/2025 in #general
Filter size limit
ty!
3 replies
NNuxt
Created by Adeiko on 10/18/2024 in #❓・help
Nuxt UI SelectMenu Recursive
u should have made a github issue btww
6 replies
NNuxt
Created by Adeiko on 10/18/2024 in #❓・help
Nuxt UI SelectMenu Recursive
<script setup lang="ts">
const items = ref([
{
label: 'hover me for a recursion error',
},
])
</script>


<template>
<UDrawer>
<UButton label="Open Drawer"/>
<template #content>
<UDropdownMenu
:items="items"
>
<UButton label="Open Drop down"/>
</UDropdownMenu>
</template>
</UDrawer>
</template>
<script setup lang="ts">
const items = ref([
{
label: 'hover me for a recursion error',
},
])
</script>


<template>
<UDrawer>
<UButton label="Open Drawer"/>
<template #content>
<UDropdownMenu
:items="items"
>
<UButton label="Open Drop down"/>
</UDropdownMenu>
</template>
</UDrawer>
</template>
6 replies
NNuxt
Created by Adeiko on 10/18/2024 in #❓・help
Nuxt UI SelectMenu Recursive
just a dropdown in side a drawer does it for me
6 replies
NNuxt
Created by Adeiko on 10/18/2024 in #❓・help
Nuxt UI SelectMenu Recursive
and now i found your post and its still not fixed!
6 replies
NNuxt
Created by meowcat_32 on 2/13/2025 in #❓・help
cant install @tanstack/vue-query?
dumb ai
19 replies
NNuxt
Created by meowcat_32 on 2/13/2025 in #❓・help
cant install @tanstack/vue-query?
@kapa.ai vue query has listed in their dependencies : "peerDependencies": { "@vue/composition-api": "^1.1.2", "vue": "^2.6.0 || ^3.3.0" } why am i still getting the dependency error then?
19 replies
NNuxt
Created by meowcat_32 on 2/13/2025 in #❓・help
cant install @tanstack/vue-query?
@kapa.ai
19 replies
NNuxt
Created by meowcat_32 on 2/13/2025 in #❓・help
cant install @tanstack/vue-query?
vue query has listed in their dependencies :
"peerDependencies": {
"@vue/composition-api": "^1.1.2",
"vue": "^2.6.0 || ^3.3.0"
}
"peerDependencies": {
"@vue/composition-api": "^1.1.2",
"vue": "^2.6.0 || ^3.3.0"
}
why am i still getting the dependency error then?
19 replies