Closed isaiahwiesner closed 1 year ago
Hi, thanks for reporting the issue!
Can you tell me more about your dev environment? Like what framework you're using? TypeScript project or a similar Node.js configuration?
As the error mentions Webpack, I'm unsure of your intention or goal with the module. As a side note, the module was not developed with browser or frontend framework support in mind.
I also assume you running the latest version 1.8.0
I'll look into it asap, but I'll need a little more info, as NPM's RunKit shows no errors after instantiation. I've provided you an example here.
Best regards, SnaBe
I'm using React and JavaScript and I'm just trying to fetch from the API and display data.
Alright, I would refer you to this previous issue #6 that also discusses the use of the module with React. The error is different but my conclusion is the same, however, feel free to create a feature request for browser support.
Hi there, I recently installed this package and I am encountering the folloring error:
All I have done is initialized a new instance of the class like so:
I know the Readme mentions the documentation on the wiki of this repo should help when you encounter this, but I'm not sure what the solution is. Thank you in advance for any help!