You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed this by using the pinned version of @types/url-parse as defined in the generated package.json. At time of writing, this is "@types/url-parse": "1.4.4".
Bug Report Checklist
Description
Contrary to v5.4.0, the generate
http/http.ts
does not include the@ts-ignore
comment and as such fail type checking:(tested with url-parse types 1.4.8. I get other errors with 1.4.4)
openapi-generator version
v6.0.0
OpenAPI declaration file content or url
N/A
Generation Details
N/A
Steps to reproduce
Related issues/PRs
Introduced in #11465
Suggest a fix
Add back the
// @ts-ignore
?The text was updated successfully, but these errors were encountered: