Ensure we do not load matrix-react-sdk is a manner which can white-screen

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-07-08 15:52:53 +01:00
parent 668450325c
commit 99553210be
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
2 changed files with 3 additions and 1 deletions

View file

@ -143,3 +143,5 @@ export async function loadModules(): Promise<void> {
}
export { _t } from "../languageHandler";
export { extractErrorMessageFromError } from "matrix-react-sdk/src/components/views/dialogs/ErrorDialog";