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:
parent
5a3d9d682f
commit
976345c835
6 changed files with 22 additions and 47 deletions
|
@ -233,6 +233,7 @@ const CreateSpaceButton: React.FC<Pick<IInnerSpacePanelProps, "isPanelCollapsed"
|
|||
collapsed: isPanelCollapsed,
|
||||
})}
|
||||
role="treeitem"
|
||||
aria-selected={false}
|
||||
>
|
||||
<SpaceButton
|
||||
data-testid="create-space-button"
|
||||
|
|
|
@ -185,7 +185,7 @@ interface IItemProps extends InputHTMLAttributes<HTMLLIElement> {
|
|||
onExpand?: Function;
|
||||
parents?: Set<string>;
|
||||
innerRef?: LegacyRef<HTMLLIElement>;
|
||||
dragHandleProps?: DraggableProvidedDragHandleProps;
|
||||
dragHandleProps?: DraggableProvidedDragHandleProps | null;
|
||||
}
|
||||
|
||||
interface IItemState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue