Conform more of the codebase to strictNullChecks
(#10358
* Conform more of the codebase to `strictNullChecks` * Fix types * Iterate * Iterate
This commit is contained in:
parent
41d88ad6ae
commit
503df62191
76 changed files with 323 additions and 327 deletions
|
@ -36,7 +36,7 @@ interface IProps {
|
|||
// The list of room members for which to show avatars next to the summary
|
||||
"summaryMembers"?: RoomMember[];
|
||||
// The text to show as the summary of this event list
|
||||
"summaryText"?: string | JSX.Element;
|
||||
"summaryText"?: ReactNode;
|
||||
// An array of EventTiles to render when expanded
|
||||
"children": ReactNode[];
|
||||
// Called when the event list expansion is toggled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue