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
Node.js version: 18.18.0
OS version: Windows 10 22H2
Description: When I pack my code written in TypeScript with Webpack I get TypeError: hexoid is not a function in Formidable.js
TypeError: hexoid is not a function in Formidable.js
I get TypeError: hexoid is not a function in Formidable.js
It's supposed to run the same as when I don't use Webpack - without any error because use only send get request and that's it.
Repo where I have error - ts-webpack-superagent-bug
The text was updated successfully, but these errors were encountered:
can you try superagent v9.0.0? just released to npm
superagent
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Node.js version: 18.18.0
OS version: Windows 10 22H2
Description: When I pack my code written in TypeScript with Webpack I get
TypeError: hexoid is not a function in Formidable.js
Actual behavior
I get
TypeError: hexoid is not a function in Formidable.js
Expected behavior
It's supposed to run the same as when I don't use Webpack - without any error because use only send get request and that's it.
Code to reproduce
Repo where I have error - ts-webpack-superagent-bug
Checklist
The text was updated successfully, but these errors were encountered: