mohantechnology
mohantechnology
(i) if issue occurs at the time of hot reload then the issue is due to one of the package "react-error-overlay" which is one of the sub dependencies of react-scripts....
If no one is working on this issue , then i would like to work on this issue
To reproduce the issue clear local storage , disable cache and slow down the network speed and reload the page https://user-images.githubusercontent.com/71864565/159143777-28b14242-9f80-4c93-b857-8fe354959054.mp4 another way to reproduce , disable cache and slow...
As what i understand from the code , for translating the language the flow is - first load and display default Locale data - emit event 'localized' - when 'localized'...
we see here that the value of button is {{ TutoPrev }} because for translating second time with user selected language , the 'loadLocale' clear previous data and due to...
To fix this issue i have only called 'loadLocale' function once with the user selected language .  Please take a look [here #312](https://github.com/llaske/sugarizer-server/pull/312)
to fix the issue i have also made some changes "dashboard\public\js\l10n.js", as it is a library and changing it may cause some other problems . so i have made another...
do i make a pull request regarding this changes ?
In below screenshots, height of card description is different for some card therefore , some "member" and "see more" horizontal position is not matched with their neighbour card ...