add context for roomsublist rendering

pull/21833/head
Germain Souquet 2021-04-16 10:26:29 +01:00
parent 327983672e
commit daaaa3da95
1 changed files with 2 additions and 0 deletions

View File

@ -527,6 +527,8 @@ export default class RoomList extends React.PureComponent<IProps, IState> {
: this.tagAesthetics[orderedTagId];
if (!aesthetics) throw new Error(`Tag ${orderedTagId} does not have aesthetics`);
// The cost of mounting/unmounting this component offsets the cost
// of keeping it in the DOM and hiding it when it is not required
return <RoomSublist
key={`sublist-${orderedTagId}`}
tagId={orderedTagId}