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
Reproduction
Steps to reproduce the behavior:
Try importing Formdata from node-fetch in a file and open it in vscode. It will show an error, but run without any issue.
Formdata
node-fetch
Expected behavior
No error should be shown, like Blob and File being imported from node-fetch.
Blob
File
Screenshots
Your Environment
The text was updated successfully, but these errors were encountered:
fix: add missing formdata export to types
55b4b5d
closes #1517 1517
fix: add missing formdata export to types (#1518)
a4ea5f9
* fix: add missing formdata export to types closes #1517 1517
🎉 This issue has been resolved in version 3.2.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Reproduction
Steps to reproduce the behavior:
Try importing
Formdata
fromnode-fetch
in a file and open it in vscode. It will show an error, but run without any issue.Expected behavior
No error should be shown, like
Blob
andFile
being imported from node-fetch.Screenshots
Your Environment
The text was updated successfully, but these errors were encountered: