-
Notifications
You must be signed in to change notification settings - Fork 46.9k
New issue
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
Consider removing mouseenter/mouseleave polyfill #11972
Comments
Also related: #10269 |
The main difficulty with removing the polyfill is the portal support. Unlike all other events, it doesn't fall out naturally from the synthetic event system. #10269 has (i think) the minimum basic code to add portal support back in. The question is whether it's better than the current polyfill /shrug |
I was pleasantly surprised that React correctly avoids firing
Update: I think this latter bit isn't true, since React always uses |
Just wanted to chime in here to express the need for the native |
As suggested in #10247.
Not sure we want to do it, but I decided to create an issue to track future attempts (the PR is stale).
The text was updated successfully, but these errors were encountered: