-
Beta Was this translation helpful? Give feedback.
Answered by
EpsilonYi
Apr 3, 2025
Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add in vite-env.d.ts
declare namespace JSX { interface IntrinsicClassAttributes { onClick?: FunctionConstructor id?: string key?: string } }