You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
@ -43,7 +43,7 @@ interface IState {
|
|||||||
|
|
||||||
export default class EmbeddedPage extends React.PureComponent<IProps, IState> {
|
export default class EmbeddedPage extends React.PureComponent<IProps, IState> {
|
||||||
public static contextType = MatrixClientContext;
|
public static contextType = MatrixClientContext;
|
||||||
private unmounted = true;
|
private unmounted = false;
|
||||||
private dispatcherRef: string;
|
private dispatcherRef: string;
|
||||||
|
|
||||||
constructor(props: IProps, context: typeof MatrixClientContext) {
|
constructor(props: IProps, context: typeof MatrixClientContext) {
|
||||||
|
Reference in New Issue
Block a user