Remove support for TapEventPlugin #11689
Labels
Component: DOM
React Core Team
Opened by a member of the React Core Team
Type: Breaking Change
Type: Discussion
Milestone
Some libraries relied on it so we kept it in 16, but it's impossible to support it forever given that we want to make changes to the event system. We should deprecate the injection it relies on and remove it in React 17. The migration path is to turn it into a userland
<Tappable>
component or something like that. Hopefully somebody usingTapEventPlugin
can work on this, as we don't actively use it.The text was updated successfully, but these errors were encountered: