pelavo

Results 2 comments of pelavo

@devLuiss what is your error message? it works for me. package.json: ```json "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.17", "formidable": "^3.5.1", "imagekit": "^4.1.4", "mongodb": "^6.2.0", "next": "^14.0.2", "next-auth": "^4.24.5",...

@tsctx You're right about the issue. I've found this is a fundamental TS limitation after testing: - `method?: string` → Module augmentation works but no autocompletion - `method?: HttpMethod` →...