sindresorhus/query-string

SyntaxError with importing queryString module

stacy-22 opened this issue · 2 comments

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!

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

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"
}