Alexander Wallin
Alexander Wallin
I addressed it in https://github.com/alexanderwallin/react-player-controls/commits/touch-slider, but never tested it properly. If anyone has time to give it a go, that'd be super!
@arist0tl3 Thanks! Please create a PR and we'll get this into the lib!
There's now a 2.0.0-beta.0 to try out!
Hi @vibhorme. Could you post your code so that I can take a closer look?
I made a bare minimum app based on @Donaldzzq's code sample above and tested it in Chrome, Opera, Safari and Firefox, and could not replicate the issue. If anyone could...
Migration: no, type definition: absolutely! 🎉
If we include type defs in the repo, does it need to be submitted to DT? Please make a PR if you wish!
An option would make more sense
Have you check the README? You probably don't need this action!
You could also create a map of gettext instances based on locale, and then retrieve the correct one in the request. ```js const de = new Gettext() de.addTranslations('de', 'messages', deTranslations)...