79411309

Date: 2025-02-04 10:26:50
Score: 1
Natty:
Report link

Run into same issue.

Tried to use: 1. Remove aria-hidden attribute by adding next to useEffect block:

   const exampleSlideVar = document.querySelectorAll('.slick-slide');
   exampleSlideVar.forEach((slide) => {
        slide.setAttribute('aria-hidden', 'false');
      });

but this way I`ve lost my buttons control;

2. Adding tabindex={-1} attribute to buttons

Need help too! Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ivan Vasilevich