use onSquareClick instead of onPieceClick.
Also go through the docs for any other information
https://react-chessboard.vercel.app/?path=/docs/how-to-use-basic-examples--docs
<Chessboard
id="click-test"
position={position}
onSquareClick={onSquareClick}
/>