React version: v16.12.0 from https://unpkg.com/react/umd/react.development.js
Steps To Reproduce
- attach onPointerEnterCapture to a JSX element
- observe
unknown event handler property error in console
Link to code example: https://jsfiddle.net/tommedema/1uqoemxs/2/
The current behavior
It displays a unknown event handler property warning
The expected behavior
The capturing phase of the onPointerEnter and onPointerLeave events should be supported