jacobchrismarsh/chess_senior_project

[Frontend] Moving a piece leaves a null on the board

Closed this issue · 0 comments

Right now the board is pre-populated with Piece objects, whenever a piece does not exist on a square it has an Empty object with is a child of the Piece object.

Whenever a piece is moved, instead of leaving an Empty object where that piece was it will leave a null