In the following code:
const handleClick = (event: any) => { const isActionKeyDown = event.keyCode === ENTER_KEY_CODE || event.keyCode === SPAC