Commit Graph

1 Commits

Author SHA1 Message Date
Vojtěch Tranta
307c0753fd refactor(suite/components): improve typing and performance of the VirtualizedList (#16592)
* refactor(suite): fix typing of Virtualized component and improve perf by memoizing VirtualizedList while mantaining type safety

* refactor(suite): remove needless state from VirtualizedList

* refactor(suite): leverage memo() for memoizing expensive items list in VirtualizedList component

* feat(components): set up react testing
2025-01-27 14:03:16 +01:00