We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb1c0b commit 52fb20dCopy full SHA for 52fb20d
README.md
@@ -14,7 +14,7 @@ with a single event listener on `document`. While this is great if your entire a
14
it's not so great if your React component is inserted into a page containing other event listeners. If an
15
event happens inside your React component, _**your component will be the last to hear of the event**_. The
16
event will first propagate to all its ancestor elements on the page.
17
-[Here is a JsFiddle to demonstrate](http://jsfiddle.net/erikras/bL5br9nb/).
+[Here is a Codesandbox to demonstrate](https://codesandbox.io/s/n07oj17614).
18
19
If your problem is that you need to stop events leaking out of your React component to the rest of the page,
20
`<NativeListener>` is the solution.
0 commit comments