Just wanted to leave a note that the internals this plugin depends on will likely be removed in React 17: https://github.com/facebook/react/issues/11689. It would be great to start migrating the ecosystem that has come to depend on this plugin.
Now is a good time to start thinking about alternatives. I would probably suggest creating a <Tapable> component that uses only public API as a replacement. We could maybe do this ourselves, but it's challenging since we don't actively use TapEvenPlugin and can’t evaluate if the replacement is working well.
Would somebody who uses this be interested in working on it?
Hi!
Just wanted to leave a note that the internals this plugin depends on will likely be removed in React 17: https://github.com/facebook/react/issues/11689. It would be great to start migrating the ecosystem that has come to depend on this plugin.
Now is a good time to start thinking about alternatives. I would probably suggest creating a
<Tapable>
component that uses only public API as a replacement. We could maybe do this ourselves, but it's challenging since we don't actively useTapEvenPlugin
and can’t evaluate if the replacement is working well.Would somebody who uses this be interested in working on it?