File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ limitations under the License.
19
19
*/
20
20
21
21
import { logger } from "matrix-js-sdk/src/logger" ;
22
- import { extractErrorMessageFromError } from "matrix-react-sdk/src/components/views/dialogs/ErrorDialog" ;
23
22
24
23
// These are things that can run before the skin loads - be careful not to reference the react-sdk though.
25
24
import { parseQsFromFragment } from "./url_utils" ;
@@ -120,6 +119,7 @@ async function start(): Promise<void> {
120
119
showError,
121
120
showIncompatibleBrowser,
122
121
_t,
122
+ extractErrorMessageFromError,
123
123
} = await import (
124
124
/* webpackChunkName: "init" */
125
125
/* webpackPreload: true */
Original file line number Diff line number Diff line change @@ -143,3 +143,5 @@ export async function loadModules(): Promise<void> {
143
143
}
144
144
145
145
export { _t } from "../languageHandler" ;
146
+
147
+ export { extractErrorMessageFromError } from "matrix-react-sdk/src/components/views/dialogs/ErrorDialog" ;
You can’t perform that action at this time.
0 commit comments