Replies: 4 comments
-
Here's a playground - it works in playground but not locally. I'm assuming it's a tsconfig issue.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Any of the three of these values breaks the module:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The plot thickens - I think 0.9.3 is fine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Referenced in #1635 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've upgraded from 0.8.2 to 0.9.4, tried both using the existing openapi-typescript generation as well as v7, but when I call create client with paths from the generator, it doesn't know about any methods/URL combinations - it runs fine, but typescript just doesn't have any idea what is going on. One concern is that I'm using CJS and wondering if maybe most people are not? Working on a repro, but I'm just very confused as to what is expected here - should 0.9.4 work with code generated by v6 openapi-typescript?
Beta Was this translation helpful? Give feedback.
All reactions