瀏覽代碼

fix(RN): crash on undefined state['features/dynamic-branding']

j8
paweldomas 4 年之前
父節點
當前提交
cb7c280da6
共有 2 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    0
      react/features/app/reducers.any.js
  2. 0
    2
      react/features/dynamic-branding/index.js

+ 1
- 0
react/features/app/reducers.any.js 查看文件

30
 import '../deep-linking/reducer';
30
 import '../deep-linking/reducer';
31
 import '../device-selection/reducer';
31
 import '../device-selection/reducer';
32
 import '../dropbox/reducer';
32
 import '../dropbox/reducer';
33
+import '../dynamic-branding/reducer';
33
 import '../etherpad/reducer';
34
 import '../etherpad/reducer';
34
 import '../filmstrip/reducer';
35
 import '../filmstrip/reducer';
35
 import '../follow-me/reducer';
36
 import '../follow-me/reducer';

+ 0
- 2
react/features/dynamic-branding/index.js 查看文件

1
 export * from './actions';
1
 export * from './actions';
2
 export * from './functions';
2
 export * from './functions';
3
-
4
-import './reducer';

Loading…
取消
儲存