Hamza

Results 3 issues of Hamza

### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Linux 5.15.0-92-generic x86_64 x86_64 ### What steps can reproduce the bug? running a github action with...

bug
crash
npm

# Bug report 🐞 Select Component doesnt support the html prop name which is usefull when submitting a form ## Actual results (or Errors) ``` ```

``` Unhandled Runtime Error TypeError: event.target.getCurrentTime is not a function Source src\components\VideoAmbilight\index.tsx (43:42) @ getCurrentTime 41 | switch (event.data) { 42 | case PlayerStates.PLAYING: > 43 | ambilightPlayer?.seekTo(event.target.getCurrentTime(), true) |...