Jacobkim
Jacobkim
Since I added `let g:spaceline_colorscheme = 'dracula'` or `let g:spaceline_colorscheme = 'one'` to my .vimrc the issue doesn't occur. But `let g:spaceline_colorscheme = 'nord'` or `let g:spaceline_colorscheme = 'space'` give...
On certain colorschme seems `GitRight` messages are printed 5 times for some reason.
@kidsonfilms-python-rules For me it worked. Thanks!
Fork
## Proposal ### Please re-state the problem that we are trying to solve in this issue. At report thread offline exiting the thread shows older chats as skeleton loading. ###...
@roryabraham Thanks for helping me identifying the root cause. Could you review my solution too? Importing `useNetwork` on [App/src/pages/home/ReportScreen.tsx](https://github.com/Expensify/App/blob/f7b000bd00bcea0c2c45f2ac452964e941d07246/src/pages/home/ReportScreen.tsx) could be heavy or passing for waiting BE response offline could...
@roryabraham `previousReportActionID`'s`0` is used for identifying opened thread for this case. BE server should response with updated value but FE only waiting for the response. I wonder why failure response...
The case `previousReportActionID` = '0` isn't considered on some code. Older chats are loaded by this, https://github.com/Expensify/App/blob/260a7de64b083e82d3a79ad8b48d94b4a32885c2/src/pages/home/report/ReportActionsView.tsx#L342 If offline then above function isn't called because of this, https://github.com/Expensify/App/blob/260a7de64b083e82d3a79ad8b48d94b4a32885c2/src/pages/home/report/ReportActionsView.tsx#L323
## Proposal [Updated](https://github.com/Expensify/App/issues/39655#issuecomment-2042333754)
@akinwale It isn't reproducible for now. As BE reponse `previousReportActionID` gets different value not `0`. Seems BE updated response for `previousReportActionID`. As a FE contributor, I can't access related information...