From 7ffb47066782cb95efedba31ade67fb167e1be15 Mon Sep 17 00:00:00 2001 From: John Haupenthal Date: Sun, 19 May 2024 12:38:15 -0700 Subject: [PATCH] test: new error --- src/components/LazyChild.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/LazyChild.tsx b/src/components/LazyChild.tsx index 2a4136d..982c6da 100644 --- a/src/components/LazyChild.tsx +++ b/src/components/LazyChild.tsx @@ -96,6 +96,9 @@ export function LazyChild({ const newError: number = '1'; console.log(newError); + const newError: number = '1'; + console.log(newError); + useAnimatedReaction( () => { if (!_shouldMeasurePercentVisible) {