JH.Lee

Results 15 issues of JH.Lee

### How to reproduce the bug in a custom uploader: ```js uploader: { uploadByFile(file) { return new Promise((resolve, reject) => { // e.g. checking file size, almost synchronous // Pass...

Closes: #184

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...

template: bug
area: Compiler
area: Developer Experience

Remove most `React.FC` explicit types to: - shorten codes - use pure JSX rather than strong React component type - loose TypeScript coupling

- feat(devtools): setup devtools workspace

`FetchRequest` is expected to be constucted with only single `Request` object as the first parameter of the constructor. However, `FetchRequest` only extracts `url` from `Request` without `headers` and `method` for...