Closed rattrayalex closed 1 year ago
Ooo are you building in esm? I'll see if I can fix it today 👀. Ah I see the types use a export declare class. I think I might have a workaround.
Amazing, thank you! I think we're doing a vanilla nextjs setup which I don't think uses esm…
In
oas31.js
, I see this:and in
model/server.js
, I see this:It looks like perhaps this line:
should be
or maybe a build configuration change is needed.
The
isolatedModules
option may help with debugging there