react-gamepad icon indicating copy to clipboard operation
react-gamepad copied to clipboard

Unknown button null

Open deadman2000 opened this issue 3 years ago • 3 comments

console log spaming after gamepad used

image

deadman2000 avatar Nov 03 '20 13:11 deadman2000

switch to this version: yarn add react-gamepad@SBRK/react-gamepad

bel7aG avatar Dec 13 '21 15:12 bel7aG

To anyone stumbling upon this, this is what I did to solve the issue :

  1. In package.json replace "react-gamepad": "..." with "react-gamepad": "SBRK/react-gamepad"
  2. npm install
  3. If you were already running your project, refreshing the page is not enough, you need to restart it

Bryght7 avatar Oct 31 '23 01:10 Bryght7