mirror of https://github.com/vector-im/riot-web
add context for roomsublist rendering
parent
327983672e
commit
daaaa3da95
|
@ -527,6 +527,8 @@ export default class RoomList extends React.PureComponent<IProps, IState> {
|
||||||
: this.tagAesthetics[orderedTagId];
|
: this.tagAesthetics[orderedTagId];
|
||||||
if (!aesthetics) throw new Error(`Tag ${orderedTagId} does not have aesthetics`);
|
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
|
return <RoomSublist
|
||||||
key={`sublist-${orderedTagId}`}
|
key={`sublist-${orderedTagId}`}
|
||||||
tagId={orderedTagId}
|
tagId={orderedTagId}
|
||||||
|
|
Loading…
Reference in New Issue