diff --git a/beta/src/pages/learn/reacting-to-input-with-state.md b/beta/src/pages/learn/reacting-to-input-with-state.md index 1873d699..91e8e7c6 100644 --- a/beta/src/pages/learn/reacting-to-input-with-state.md +++ b/beta/src/pages/learn/reacting-to-input-with-state.md @@ -633,6 +633,7 @@ export default function Picture() { className="picture picture--active" alt="Rainbow houses in Kampung Pelangi, Indonesia" src="https://i.imgur.com/5qwVYb1.jpeg" + onClick={e => e.stopPropagation()} /> ); @@ -1215,4 +1216,4 @@ The `updateDOM` function you wrote shows what React does under the hood when you - \ No newline at end of file +