Enzo Di Tizio
Enzo Di Tizio
Hi! > If you want to outline the required changes as a starting point that would be awesome! Well, I don't know much about daphne's source code, but as I...
Hey, So, I was trying to find where the problem is located to maybe fix it, and I think I got something: At the first post on this issue, I...
Hey, any updates on this? Seems that the PR might fix the issue
I'm having the exact same problem in react with typescript...
Seems that there's this `.destroyed` property that must be checked... the following line worked for me (react): `thumbs={{swiper: thumbsSwiper && !thumbsSwiper.destroyed ? thumbsSwiper : null}}` ref: https://stackoverflow.com/questions/73046820/swiper-react-cannot-convert-undefined-or-null-to-object
I've openned a PR that fix this issue: #249
I've fixed the code to allow this: #246. Sorry for not opening the issue before the PR.
Hi, is the tabindex problem still what is causing this issue? If I run: ``` document.querySelectorAll('*').forEach(function(el) { if (el.tabIndex < 0) { el.tabIndex = 0; // or any number }...
@keithamus that sounds awesome, thank you. Unfortunately though that is not working for me yet, despite someone in the other thread saying that it worked for them 🤔