Mohammad Luthfi Fathur Rahman
Mohammad Luthfi Fathur Rahman
@brunovjk I think the hook one is preferable and the property we need seems simple enough.
> - [ChatFinderPage] should interact when text input changes [render]: 28.7 ms → 33.1 ms (+4.4 ms, +15.3%) 🔴 | 6 → 7 (+1, +16.7%) 🔴 The mean count is...
@brunovjk Looks good to me too!
### Proposal Here are the changes that I made so far for refactoring the RequestorStep. It might be not finalized yet since I'm unable to access the form guidelines. ```diff...
Thanks @Santhosh-Sellavel @neil-marcellini I’ll read the FORMS.md carefully.
Okay, thanks. I’ll write the proposal for that issue ASAP.
@dangrous I think the skeleton view loader is not depending on the `AuthenticatePusher` response. We use `!this.isReportReadyForDisplay()` to show the skeleton view. The `isReportReadyForDisplay` value depends on `isLoadingInitialAppData` which is...
### Proposal I can reproduce this with a high-traffic account **[email protected]_**. The issue workarounds don't resolve the issue. ~~I think it's a regression from https://github.com/Expensify/App/pull/12169~~ where we update the Onyx...
I'm able to reproduce it with App that has a session expired. To repro this in the DEV I'm customizing the `authToken` parameters, so the response from `OpenApp` will have...
That also explains why the App works again after refreshing the page or closing the App. Because the `OpenApp` will be called again with the new `authToken` and the success...