-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Make style pointerEvents take priority over pointerEvents prop #34597
Make style pointerEvents take priority over pointerEvents prop #34597
Conversation
Base commit: a50e6fb |
Base commit: a50e6fb |
Can we add test coverage for this? Are there existing unit tests we can expand upon? |
Hi @necolas, I couldn't find any existing unit tests for |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @cyrus25 in a789ead. When will my fix make it into a release? | Upcoming Releases |
…ook#34597) Summary: Make style pointerEvents take priority over pointerEvents prop. Fixes requested changes in facebook#34586 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Fixed] - Make style pointerEvents take priority over pointerEvents prop. FIxes requested changes in facebook#34586 Pull Request resolved: facebook#34597 Test Plan: Will rely on green cli Reviewed By: NickGerleman Differential Revision: D39269306 Pulled By: cipolleschi fbshipit-source-id: 0927bf6ad7e3ac63e82dbd1a873532152f29001d
Summary
Make style pointerEvents take priority over pointerEvents prop. Fixes requested changes in #34586
Changelog
[General] [Fixed] - Make style pointerEvents take priority over pointerEvents prop. FIxes requested changes in #34586
Test Plan
Will rely on green cli