Wildan M
Wildan M
To prevent such situations, I suggest removing the 'Help Wanted' tag if the issue is specific to a particular individual. If the proposed assignment is unsatisfactory, then we can consider...
Have you found any workaround?
@VariableVic In my case the users don't even log in, they share filled address info across devices and browsers. How can we sign out if the users are not logged...
@VariableVic Some of the information in this section (usually email) can be seen by other visitors and auto-filled, even when they are using different browsers/devices. This happens when users are...
@sumanchy88 Not resolved yet, my client understands that the issue does not come from my customization, so he just lets it go.
Is it OK to have `originalPromise` value `undefined`? In `node_modules/react-native-onyx/lib/metrics/index.native.js` the `originalPromise` is `undefined` when the `args` value is: ``` ["isLoadingReportData", true] ``` If `originalPromise` might be `undefined`, then my...
@Santhosh-Sellavel Forgot to investigate the web version My updated proposal For android: ```diff + originalPromise && originalPromise .then((result) => { measureMarkToNow(mark, {result}); }) .catch((error) => { measureMarkToNow(mark, {error}); }); ```...
### Proposal ### Root cause I think it's related to how chrome behaves with a triple click. They have a related bug with status won't fix https://bugs.chromium.org/p/chromium/issues/detail?id=575136 ### Workaround My...
### Proposal (Updated) @thesahindia, you are right, I can also reproduce it in Safari. I still believe that it's caused by the different triple-click behavior of browsers At this time,...
@trjExpensify The desktop uses electron and electron use chromium, so I think it will behave the same with chrome browser