Browse Source

Remove pointer events example

I'll add it back once CodeSandbox starts resolving `latest` to 16.4.
main
Andrew Clark 7 years ago
parent
commit
68dec67116
  1. 2
      content/blog/2018-05-23-react-v-16-4.md

2
content/blog/2018-05-23-react-v-16-4.md

@ -24,8 +24,6 @@ The following event types are now available in React DOM:
Please note that these events will only work in browsers that support the Pointer Events specification. (At the time of this writing, this includes the latest versions of Chrome, Firefox, Edge, and Internet Explorer.) If your application depends on pointer events, we recommend using a third-party pointer events polyfill. We have opted not to include such a polyfill in React DOM, to avoid an increase in bundle size.
[Check out this example on CodeSandbox.](codesandbox://16-4-release-blog-post/pointer-events-example)
Huge thanks to [Philip Spiess](https://github.com/philipp-spiess) for contributing this change!
## Bugfix for `getDerivedStateFromProps`

Loading…
Cancel
Save