You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, it would have been nice that Volar throw a typescript error on handleEventWithPayload in the template has handleEventWithPayload does not satisfy the type (a: number, b: boolean) => void has defined in the p-component-issue
In Vue 2.7, options API (defineComponent), TS 5, Volar 1.6.1, type of event is wrong in VSCode
It should have been
Also, it would have been nice that Volar throw a typescript error on handleEventWithPayload in the template has handleEventWithPayload does not satisfy the type
(a: number, b: boolean) => void
has defined in the p-component-issueFor reproduction repo, you can take the same as the issue 2742 (https://github.com/vidal7/volar-issue-2742)
The text was updated successfully, but these errors were encountered: