Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Few TypeScript issue with a Nuxt3 app I'm trying to build, not sure how to fix them correctly.. - Kevin Powell - Community
KP-C
Kevin Powell - Community
•
10mo ago
•
1 reply
CDL
Few TypeScript issue with a Nuxt3 app I'm trying to build, not sure how to fix them correctly..
https://github.com/callum-laing/daily-push
First issue is session
.value not acception
"Session
| null
" to type
"null
"
, not sure how I fix that
? LLM
's suggest
js const session = ref<Session | null>(null);
js const session = ref<Session | null>(null);
but I
'm not sure I trust that as it looks
.
.
. odd
.
.
Second issue is
"any
[
]
" not being able to assign to
"never
[
]
"
GitHub
GitHub - callum-laing/daily-push: Personal blog for me to publicly ...
Personal blog for me to publicly share my coding journey with the world
.
- callum
-laing
/daily
-push
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
I'm not sure why I'm getting this error.... I downloaded only from microsoft official things?
KP-C
Kevin Powell - Community / help
11mo ago
I'm trying to recreate the carousel from a website with purely CSS (no or minimal JS)
KP-C
Kevin Powell - Community / help
12mo ago
error when trying to build apk using VS Code w/ Flutter for mobile app
KP-C
Kevin Powell - Community / help
12mo ago
Not sure how I feel about these blue boxes, but it was a bit boring without them
KP-C
Kevin Powell - Community / help
9mo ago