willb335 / chessboardjsx

:black_square_button: Chessboard built for React
https://chessboardjsx.com
MIT License
267 stars 79 forks source link

onDrop signature on website needs to be updated #30

Closed furrykef closed 6 years ago

furrykef commented 6 years ago

At https://www.chessboardjsx.com/props it still says the function signature for onDrop is function(sourceSquare: string, targetSquare: string), when it should be function({sourceSquare: string, targetSquare: string, piece: string}).

willb335 commented 6 years ago

Thank you, good catch. Will fix this soon

willb335 commented 6 years ago

Thanks again for catching this!