From abdc8916f1ced42221e2ffb41d4b34d3fa1cf1e4 Mon Sep 17 00:00:00 2001 From: Abdullah Qureshi Date: Sun, 8 Jan 2023 19:43:54 +0500 Subject: [PATCH] fix(example/): removed useEffect --- example/App.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example/App.tsx b/example/App.tsx index e516972..8031a43 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -72,10 +72,6 @@ const App = () => { }, 2000); }, []); - useEffect(() => { - console.log('Values Updated!', values); - }, [values]); - return (