Преглед изворни кода

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…
Откажи
Сачувај