<Board board_state={state} />const ResetButton = (board_state) => {
const [state, changeState] = React.useState();
board_state = state;
}
console.log('on blur', e.defaultPrevented);- оно и не должно быть отменено