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

SyntaxError with importing queryString module #378

Closed
stacy-22 opened this issue Feb 6, 2024 · 2 comments
Closed

SyntaxError with importing queryString module #378

stacy-22 opened this issue Feb 6, 2024 · 2 comments

Comments

@stacy-22
Copy link

stacy-22 commented Feb 6, 2024

Hello! After updating the package from version 7.1.3 to 8.2.0, I started experiencing syntax errors in my app. The import signatures and queryString methods usage are all according to your documentation. Hope for some help, thank you!

@sindresorhus
Copy link
Owner

This is a problem with your Jest config, not this package.

@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2024
@dushmanta05
Copy link

dushmanta05 commented May 4, 2024

I hope you've resolved this issue, if someone else trying to resolve it you can add this below to your package.json file

{
 "type": "module"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants