Wazbat
Explore posts from serversAuto imported functions show type error in <template>
Looks like there's a couple of similar issues being opened
https://github.com/nuxt/nuxt/issues/28440
36 replies
null values in nuxt ui input
I've opened a github issue for this
https://github.com/nuxt/ui/issues/1710
20 replies
null values in nuxt ui input
I was able to fix my inputs by type casting to
string|undefined
which while not ideal, works. But this here with the select is a blocker as I can't type cast my way out of it
...well I can but it's a mess and I'd rather just fix the problem20 replies