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

500
Views
Cannot read properties of null (reading 'pulsate') in material-ui Button component

This is version of material-ui that I am using :

"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",

This is how I imported Button component :

import Button from "@mui/material/Button";

This is how I am using Button :

<Button variant="contained"
   className={styles.contactBtn}
   autoFocus
   onClick={handleClose}
>
   Close
</Button>

I am getting an error like this : Cannot read properties of null (reading 'pulsate')enter image description here

I found this thread(solution) from github Link , but it did not solved my issue . How do I fix this ?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I tried removing each prop in button and checked whether it is working or not.

I found, button works without autoFocus prop.

<Button variant="contained"
   className={styles.contactBtn}
   onClick={handleClose}
>
   Close
</Button>
about 4 years ago · Juan Pablo Isaza Report
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!