Reactjs – React Tic Tac Toe – Extra Move Required After Winning to detect winner
I recently started learning react and decided to create a Tic Tac Toe game, and I have encountered an issue where even after winning the game an extra move is required to log out winner. Here is the relevant code:…