Skip to content

Commit 16d0614

Browse files
Don’t recommend PEP because it lacks features
1 parent fb36d60 commit 16d0614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ A note on cross-browser support:
246246

247247
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`.
248248

249-
If your application requires pointer events, we recommend adding a third party pointer event polyfill like [PEP](https://github.com/jquery/PEP).
249+
If your application requires pointer events, we recommend adding a third party pointer event polyfill.
250250

251251
* * *
252252

0 commit comments

Comments
 (0)