Don’t recommend PEP because it lacks features

This commit is contained in:
Philipp Spiess
2018-05-16 15:03:17 +02:00
committed by Andrew Clark
parent 988a67739d
commit a1f41f65a2

View File

@@ -246,7 +246,7 @@ A note on cross-browser support:
Pointer events are not yet supported in every browser (at the time of writing this article, supported browsers include: Chrome, Firefox, Edge, and Internet Explorer). React deliberately does not polyfill support for other browsers because a standard-conform polyfill would significantly increase the bundle size of `react-dom`.
If your application requires pointer events, we recommend adding a third party pointer event polyfill like [PEP](https://github.com/jquery/PEP).
If your application requires pointer events, we recommend adding a third party pointer event polyfill.
* * *