Step 8.6: Fix TS issues introduced by using imports
This commit is contained in:
parent
9a75acba17
commit
b2b818a780
5 changed files with 71 additions and 6 deletions
|
@ -1072,6 +1072,14 @@ function newMPollBodyFromEvent(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// We don't use any of these props, but they're required.
|
||||
highlightLink="unused"
|
||||
highlights={[]}
|
||||
mediaEventHelper={null}
|
||||
onHeightChanged={() => {}}
|
||||
onMessageAllowed={() => {}}
|
||||
permalinkCreator={null}
|
||||
/>, {
|
||||
wrappingComponent: MatrixClientContext.Provider,
|
||||
wrappingComponentProps: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue