You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-05 15:22:09 +03:00
Downgrade matrix-events-sdk, update yarn.lock, remove stub package (#10262)
* Update yarn.lock, remove stub package, fix peer deps * iterate * Iterate * Resolutions * Apply resolution for @types/react * Fix more types * Fix strict types * Unbreak jest
This commit is contained in:
committed by
GitHub
parent
5a3d9d682f
commit
976345c835
@@ -332,6 +332,7 @@ const Tile: React.FC<ITileProps> = ({
|
||||
<li
|
||||
className="mx_SpaceHierarchy_roomTileWrapper"
|
||||
role="treeitem"
|
||||
aria-selected={selected}
|
||||
aria-expanded={children ? showChildren : undefined}
|
||||
>
|
||||
<AccessibleButton
|
||||
|
||||
Reference in New Issue
Block a user