diff --git a/src/components/views/elements/PersistedElement.js b/src/components/views/elements/PersistedElement.js index fc0b9edddd..488af5c6a9 100644 --- a/src/components/views/elements/PersistedElement.js +++ b/src/components/views/elements/PersistedElement.js @@ -21,6 +21,8 @@ import {throttle} from "lodash"; import ResizeObserver from 'resize-observer-polyfill'; import dis from '../../../dispatcher/dispatcher'; +import MatrixClientContext from "../../../contexts/MatrixClientContext"; +import {MatrixClientPeg} from "../../../MatrixClientPeg"; // Shamelessly ripped off Modal.js. There's probably a better way // of doing reusable widgets like dialog boxes & menus where we go and @@ -144,9 +146,11 @@ export default class PersistedElement extends React.Component { } renderApp() { - const content =