You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace indexOf with precomputed index map in renderItem
Avoids O(n) array scan per rendered row by precomputing a
reportActionID-to-index Map once per data change.
Co-authored-by: Aimane Chnaif <aimane-chnaif@users.noreply.github.com>
0 commit comments