Property 'parse' does not exist on type 'typeof import("/xxx/frontend/node_modules/query-string/index")'
See original GitHub issueUsing the following code snippet I am getting a type error in v8.0.0
import queryString from 'query-string';
queryString.parse(window.location.search);
Issue Analytics
- State:
- Created 9 months ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/sindresorhus/query-string/releases/tag/v8.0.1
@sindresorhus Same issue for me too. Tried your tsconfig.json and its still the same