-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Provide target property for mouseenter/over/leave/out events #6623
Comments
Thanks for the report. Indeed, the delegated events This isn't a breaking change, however. As the example you posted shows, the same behavior is present in 0.44.2. |
It was still present in 0.44.2: // I'm not using this feature at all, just wanted to report that this is changed in 0.45 |
Ah, you're right -- sorry, I misread the CSS include in your example as a script tag. I think I see a quick fix we can make for 0.45. |
You didn't misread it, in the original example I accidentally had both script and package.json includes, with mismatching versions. |
mapbox-gl-js version: 0.45.0-beta.1
browser: Chrome 66 / macOS
Steps to Trigger Behavior
Link to Demonstration
https://codesandbox.io/s/7wyv3pwkyj
Expected Behavior
I didn't find this breaking change in 0.45 release notes, so it might be a bug.
The text was updated successfully, but these errors were encountered: