Eliyahu Cohen
Eliyahu Cohen
 ``` ```
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:...