We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274e6f3 commit a905028Copy full SHA for a905028
src/components/structures/MatrixChat.tsx
@@ -18,6 +18,7 @@ limitations under the License.
18
*/
19
20
import React, { createRef } from 'react';
21
+// @ts-ignore - XXX: no idea why this import fails
22
import * as Matrix from "matrix-js-sdk";
23
import { InvalidStoreError } from "matrix-js-sdk/src/errors";
24
import { RoomMember } from "matrix-js-sdk/src/models/room-member";
0 commit comments