瀏覽代碼

fix(dial-in-info): Qiuck fix of JitsiMeetJS undefined error.

master
hristoterezov 7 年之前
父節點
當前提交
add89e2488
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. 4
    2
      react/features/base/i18n/middleware.js

+ 4
- 2
react/features/base/i18n/middleware.js 查看文件

@@ -1,6 +1,8 @@
1 1
 /* @flow */
2
-
3
-import { SET_CONFIG } from '../config';
2
+// FIXME: Using '../config/actionTypes' instead of '../config' is a quick fix
3
+// for the dial-in info page. Importing '../config' results in JitsiMeetJS
4
+// undefined error (/base/config imports /app which import /lib-jitsi-meet/).
5
+import { SET_CONFIG } from '../config/actionTypes';
4 6
 import { MiddlewareRegistry } from '../redux';
5 7
 
6 8
 declare var APP: Object;

Loading…
取消
儲存