We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, am following readme instructions and I am getting error:
Uncaught TypeError: spotify_web_api_js_1.default is not a constructor
import SpotifyWebApi from 'spotify-web-api-js'; let spotify = new SpotifyWebApi();
Am I missing something obvious?
The text was updated successfully, but these errors were encountered:
Hi @vmiheer. Could you share an example of your project, maybe using codesandbox?
I just tried the code on https://codesandbox.io/s/amazing-cherry-31eom?file=/src/index.js and it seems to be working.
Sorry, something went wrong.
I'm having the same problem in a Firebase Functions project. Literally same logic as in the shared codesandbox, and yet I as well get:
NVM
I'm sure the other dude was using this lib for Node as well. Might be a good idea to put a disclaimer up and linking to the Node version?
No branches or pull requests
Hi, am following readme instructions and I am getting error:
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: