This topic was automatically generated from Slack. You can find the original thread here.
Hi all, wondering if I’m doing something dumb. I’m getting a code error that “The requested module ‘@deepgram/sdk’ does not provide an export named ‘Deepgram’” based off the following import statement:
**import** { Deepgram } **from** "@deepgram/sdk";
I was wondering if there was a breaking change introduced from a new version (looks like there will be in v3, but the NPM package is still using v2), but from checking the NPM package and GitHub repo it appears the the Deepgram class is indeed exported, so I’m at a bit of a loss… Any help would be much appreciated!