LogLabels.tsx
4.65 KB
-
Explore: dont pass all rows to all rows, fixes profiler · 61924e91
- react profiler seems to evaluate all props of all components down the tree - this becomes slow when 1000 rows are passed to 1000 rows and their labels - use getter function instead to ask for rows on demand
David Kaltschmidt committed