Browse Source

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

j8
paweldomas 5 years ago
parent
commit
cb7c280da6
2 changed files with 1 additions and 2 deletions
  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 View File

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 View File

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

Loading…
Cancel
Save