Vetur: Restart VLSI'm using Vue 3 and when I use optional chaning in template it shows a error saying "object is possibly 'null' or 'udefined' ". I think it should not show the error because when I use null coalescing operator, no error is shown.
Error Message: "Object is possibly 'null' or 'undefined'.Vetur(2533)"

Your issue is closed because you did not provide a repro case. Please read https://github.com/vuejs/vetur/blob/master/.github/NO_REPRO_CASE.md and open a new issue or reopen this one.
Although you didn't provide enough information.
It just so happens that I've had the same problem.
But in the past, Vue2 didn't allow it.
So I choose to ignore it, that's all.
I create a PR to fix it.
Please provide a repro case for the next time in issue.
Most helpful comment
Although you didn't provide enough information.
It just so happens that I've had the same problem.
But in the past, Vue2 didn't allow it.
So I choose to ignore it, that's all.
I create a PR to fix it.
Please provide a repro case for the next time in issue.