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 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

1 Reply
nevermind, both fixed.
google to the rescue.
and the other fix was TS not liking an empty array ref, so it needed an explicit type.