react-chessboard-ui 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2571,7 +2571,6 @@ var useChessBoardInteractive = function useChessBoardInteractive(props) {
2571
2571
  var handleChangeFromExternal = function handleChangeFromExternal(moveData) {
2572
2572
  var _moveFigureByExternal = moveFigureByExternalChange(moveData.from, moveData.to, moveData.figure),
2573
2573
  attackedPos = _moveFigureByExternal.attackedPos;
2574
- onChange(moveData);
2575
2574
  setAnimated(true);
2576
2575
  var change = {
2577
2576
  move: moveData,