From a1f41f65a24e64bab5e97cbac463f66e65f5215b Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Wed, 16 May 2018 15:03:17 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20recommend=20PEP=20because=20it?= =?UTF-8?q?=20lacks=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/reference-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference-events.md b/content/docs/reference-events.md index 7e5ea815..711b2441 100644 --- a/content/docs/reference-events.md +++ b/content/docs/reference-events.md @@ -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. * * *