Skip to content

Commit

Permalink
Remove pointer events example
Browse files Browse the repository at this point in the history
I'll add it back once CodeSandbox starts resolving `latest` to 16.4.
  • Loading branch information
acdlite committed May 24, 2018
1 parent 0fe6a79 commit 68dec67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/blog/2018-05-23-react-v-16-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 68dec67

Please sign in to comment.