Reactjs – UseState doesn't update value everywhere at component
I'm trying to build a React web-app that allows people to solve chess puzzles. I used a chessground library to render the chessboard and chess.js library to handle chess logic. I created a component Board.tsx to use chessground library in…