Replies: 1 comment
-
Any news here? I use JSX in tests and don't understand how to listen for native events |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when i use tsx
<VBtn onClick={handleClick}></VBtn>
Property 'onClick' does not exist on type 'IntrinsicAttributes & { symbol?: any; replace?: boolean | undefined; flat?: boolean | undefined; exact?: boolean | undefined; block?: boolean | undefined; active?: boolean | undefined; ... 47 more ...; "v-slot:loader"?: false | ... 1 more ... | undefined; }'.
Beta Was this translation helpful? Give feedback.
All reactions