mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Don’t recommend PEP because it lacks features
This commit is contained in:
committed by
Andrew Clark
parent
988a67739d
commit
a1f41f65a2
@@ -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.
|
||||
|
||||
* * *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user