Skip to content

Commit e267744

Browse files
committed
Merge branch 'perf/lhn-baselines' into perf/lhn-options-cache
2 parents c89e04a + 108a0d9 commit e267744

6 files changed

Lines changed: 599 additions & 753 deletions

File tree

src/libs/actions/IOU/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10302,15 +10302,19 @@ function retractReport(
1030210302
onyxMethod: Onyx.METHOD.MERGE,
1030310303
key: `${ONYXKEYS.COLLECTION.REPORT}${expenseReport.reportID}`,
1030410304
value: {
10305+
// @ts-expect-error - will be solved in https://github.com/Expensify/App/issues/73830
1030510306
stateNum: expenseReport.stateNum,
10307+
// @ts-expect-error - will be solved in https://github.com/Expensify/App/issues/73830
1030610308
statusNum: expenseReport.stateNum,
10309+
// @ts-expect-error - will be solved in https://github.com/Expensify/App/issues/73830
1030710310
hasReportBeenRetracted: false,
1030810311
nextStep: expenseReport.nextStep ?? null,
1030910312
pendingFields: {
10313+
// @ts-expect-error - will be solved in https://github.com/Expensify/App/issues/73830
1031010314
partial: null,
1031110315
nextStep: null,
1031210316
},
10313-
} as NullishDeep<OnyxTypes.Report>,
10317+
},
1031410318
},
1031510319
{
1031610320
onyxMethod: Onyx.METHOD.MERGE,

tests/perf-test/LHNComponentPerformance.perf-test.tsx

Lines changed: 0 additions & 352 deletions
This file was deleted.

0 commit comments

Comments
 (0)