So I have a React app where I'm trying to improve keyboard accessibility. According to https://webaim.org/techniques/keyboard/, the 'enter' and the spacebar key should "click" on focused buttons. I can see from the UI that the buttons are coming into focus, but enter/spacebar only works on some of them.
Is there an explanation for this, or a fix?