We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should detect those and merge them into a single event handler.
If possible it would probably be optimal to manually use addEventListener instead of prop binding.
addEventListener
The text was updated successfully, but these errors were encountered:
Don't really know of a solution right now but can you provide an example where it happens?
Sorry, something went wrong.
<Tooltip content="I AM TOOLTIP"> <div onMouseEnter={console.log}>hover me</div> </Tooltip>
No branches or pull requests
It should detect those and merge them into a single event handler.
If possible it would probably be optimal to manually use
addEventListener
instead of prop binding.The text was updated successfully, but these errors were encountered: