JH.Lee
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...
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...