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
The 3.6 release of typescript has some breaking changes that break the generated code. Now the generated code ships with TypeScript 2.4, but some (or at least I) like to update this to the latest for any free optimizations that may come with it.
openapi-generator version
4.1.0
Suggest a fix
GlobalFetch was removed, so use it's namespaced version under WindowOrWorkerGlobalScope
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
The 3.6 release of typescript has some breaking changes that break the generated code. Now the generated code ships with TypeScript 2.4, but some (or at least I) like to update this to the latest for any free optimizations that may come with it.
openapi-generator version
4.1.0
Suggest a fix
GlobalFetch
was removed, so use it's namespaced version underWindowOrWorkerGlobalScope
The text was updated successfully, but these errors were encountered: