Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

212
Views
Intellisense cannot find exported elements in closed modules (ES6)

I have .jsx files where I export my react components, when I want to import it from other files, the Intellisense cannot locate it to import it automatically, but when I have the file open there it does locate it for import.

Wrapper.jsx

export default function Wrapper({ children, classes }) {
    return (
        <div className={clsx('wrapper', classes || false)}>
            {children}
        </div>
    )
}

Header.jsx

export default function Header() {
        return (
            <header>
                //Here I would import Wrapper
            </header>
        )
    }

Wrapper file closed enter image description here

enter image description here

Wrapper file open enter image description here

enter image description here

Any configuration that I have to do? It is annoying to open the files to just import them automatically with Intellisense

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!