Ruslan Krokhin
Ruslan Krokhin
У меня на маке не воспроизводится данная проблема. Попробую потестить на других. Если получится найти такой мак буду смотреть, что можно сделать. Но могу сказать, что при 300ms и более...
Привет, столкнулся с такой же проблемой. Смог закостылить при помощи [execute](https://webdriver.io/docs/api/browser/execute.html). Получился примерно такой код: ``` it(name, function() { return this.browser .url(`https://${yourUrl}`) .execute(() => { const problematicElement = document.querySelector('.problematicElement'); problematicElement...
Same problem. I researched problem and find out the reason. In FF the next string return false: `const supportsPE = document.documentMode < 11 && 'pointerEvents' in frame.style; ` because document.documentMode...
@Md-Anamul-Haque, try using the react version - https://github.com/ulitcos/react-canvas-confetti
Show the code example, please.
Hi @claide! You use the outdated version of the module. You need to upgrade to 2.0.7, then you can use [preset](https://github.com/ulitcos/react-canvas-confetti?tab=readme-ov-file#working-with-presets). This should fix the problem and your code will...