Eliyahu Cohen

Results 5 comments of Eliyahu Cohen

![image](https://user-images.githubusercontent.com/34001081/138880630-cc904e0f-8d82-48c3-99f5-3b38ffa24a71.png) ``` ```

take what you need

The number +123 45 678 9000 is displayed 9000 678 45 123+ I resolve the problem by adding the CSS: direction: 'ltr' (and width: 'fit-content' to display it on the...

Hi, Is there a fix for the bug?

In my home component ` const [windowsNotificationOptions, setWindowsNotificationOptions] = useState({ icon:myIcon, lang: props.language, dir: 'ltr', silent: false, ignore: true });` When I want to launch a notification `setWindowsNotificationOptions({ ...windowsNotificationOptions, body:...