Files
element-web/test/unit-tests
R Midhun Suresh 0faf298e05 Fix React 18 strict mode breaking spotlight search
This code originally held an array of refs. But these refs were unset
just before sorting leading to errors.

For the fix, I've used a callback ref to add/remove the DOM elements
to/from the array in state. This way there's nothing that could possibly
mutate just before sort.
2024-11-13 00:28:32 +05:30
..
2024-10-18 14:34:01 +01:00
2024-10-21 13:50:06 +00:00
2024-10-15 11:35:21 +01:00
2024-10-15 11:35:21 +01:00
2024-10-15 11:35:21 +01:00
2024-10-18 14:34:01 +01:00
2024-10-15 16:22:11 +01:00
2024-10-18 14:34:01 +01:00
2024-09-06 15:44:31 +01:00
2024-10-18 13:38:25 +01:00
2018-04-16 00:23:34 +01:00
2024-10-18 14:34:01 +01:00

Any UTs for vector-web layer components or functionality should go here. This used to contain the UTs for notifications before they got moved to react-sdk.