Skip to content
New issue

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

[fix] TypeError: hexoid is not a function in Formidable.js when using Webpack + TypeScript #1786

Closed
3 tasks done
archvlad opened this issue Oct 20, 2023 · 1 comment
Closed
3 tasks done
Labels

Comments

@archvlad
Copy link

archvlad commented Oct 20, 2023

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

  • I have searched through GitHub issues for similar issues.
  • I have completely read through the README and documentation.
  • I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants