Improve ReportActionsList performance by moving useOnyx connections from export, integration, and action components up to the list level, following the pattern established in PR #63362.
Components to Optimize
ExportIntegration.tsx
ExportWithDropdownMenu.tsx
ActionableItemButtons.tsx
ChronosOOOListActions.tsx
Testing & Performance Validation
- Before Changes: Record performance traces using React Profiler
- After Changes: Record the same interactions
- Analysis: Import traces into https://kacper-mikolajczak.github.io/rcc/ with 'before' as baseline
- Share Results: Include performance comparison in PR
Issue Owner
Current Issue Owner: @hoangzinh
Improve ReportActionsList performance by moving useOnyx connections from export, integration, and action components up to the list level, following the pattern established in PR #63362.
Components to Optimize
ExportIntegration.tsxExportWithDropdownMenu.tsxActionableItemButtons.tsxChronosOOOListActions.tsxTesting & Performance Validation
Issue Owner
Current Issue Owner: @hoangzinh