Open Wazbat opened 6 months ago
I've also tried downgrading vue-tsc to the latest ^1.8.27
release according to the warning in https://nuxt.com/docs/guide/concepts/typescript but I still get the error. I've updated the stackblitz with the downgraded version
I have the same issue with UInput, it should accept null
as v-model value
I also can't use Booleans in Select
Any update?
@nuxt
Environment
Version
v2.14.2
Reproduction
https://stackblitz.com/edit/nuxt-ui-eqhn2j?file=app.vue
Description
I'm getting multiple new type errors that I wasn't getting before with types that used to be valid. I think this is being caused by an update to
vue-tsc
, however I'm not sure.In the reproduction link you can see the two examples that don't compile. Simply run
npm run typecheck
in the console to get the errors Here are the minimal examplesAdditional context
Logs