Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.66.0-insider (Universal)
- OS Version: macOS 12.2.1 (21D62)
Steps to Reproduce:
- Create a new Next.js project using
npx create-next-app@latest (which is using React 17.0.2)
- Open the project and type a React function such as
useState
The suggestions all point to react/cjs/react.production.min, react/cjs/react.production or react/cjs/react.development.
Same problem as microsoft/TypeScript#47601 but this is a JavaScript project, not a TypeScript project.