From fbd5c9f014dcc47b53a5ff53414d4a392f219ad1 Mon Sep 17 00:00:00 2001 From: "lam.pt" Date: Thu, 18 Sep 2025 22:02:33 +0700 Subject: [PATCH] NewTest --- error.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 (