nkdengineer
nkdengineer
@mountiny Currently, we're using `closeAndNavigate` then this bug will not happen. https://github.com/Expensify/App/blob/37105a1b4c60ba6416b3ae3415c2265a53c55257/src/pages/iou/request/step/IOURequestStepCategory.tsx#L131 But we need to use `navigate` instead because we want this [behavior](https://github.com/Expensify/App/pull/53420#issuecomment-2521202763). After that when we navigate to...
Thanks, @WojtekBoman. @mountiny I updated the code and the test steps.
@DylanDylann I fixed this bug. The problem, in this case, is the `GetMissingOnyxMessage` data is merged before the optimistic personal detail is cleared in queueOnyxUpdate.
I think we can re-test the issue and some other issues that we're holding from this PR to make sure we can close the PR or continue working on this.
@tgolen The original bug and all related bugs are fixed now.
Got it, no problem.
@ntdiary Is this reproducible on the latest main? If yes, I think we should fix it as a separate issue.
Sure will give an update soon.
> Maybe this should be fixed as a frontend bug: When no.4 approves, the frontend optimistic message shows no further action required!, but the correct backend data is waiting for...
@Beamanator So it's not a bug, right?