diff --git a/src/App.tsx b/src/App.tsx index 3de30ac..5a56559 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,7 +67,7 @@ function App() { } // eslint-disable-next-line react-hooks/exhaustive-deps }, [userSolution, wordleSolution]) - console.log({ currentRowIndex }) + useEffect(() => { const handleKeyDown = (event: KeyboardEvent) => { const { key } = event