diff --git a/error.jsx b/error.jsx index 21cf9f6..fe98da1 100644 --- a/error.jsx +++ b/error.jsx @@ -14,11 +14,14 @@ function MyComponent(props) { let result = value + 1; - const test = null; if (test) { console.log('This will never log'); } + if (false) { + console.log('This will never log'); + } + setCount(count++); return (