Dale Seo
Dale Seo
I came across the following warning when I opened `src/excercise/06.js` in my editor.  After a bit of googling, I found the following guideline on MDN. > This method exists...
## Issue summary The `create-react-app` and `create-react-app-ts-react-testing` examples are not working properly. I run into the following error on my browser when I run an `npm start`.  I'd like to request adding support for the `addEventListener` and...
### What version of Bun is running? 1.0.25 ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? 1. run `bun test --watch`...
### What does this PR do? The `async` keyword is unnecessary and could be misleading because there is no `await` calls in the test functions. - [x] Documentation or TypeScript...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The `rootDir` compiler option in tsconfig.json is not being respected when...
### What does this PR do? Correcting the headings to accurately reflect the content. - [x] Documentation or TypeScript types (it's okay to leave the rest blank in this case)...
### What does this PR do? `` would be misleading when there is no auth token passed as data. - [x] Documentation or TypeScript types (it's okay to leave the...
### What does this PR do? `code` and `reason` is mssing from the type declaration of `close`.  - [x] Documentation or TypeScript types (it's...