Procházet zdrojové kódy

fix(aot): JS error (#3118)

The following import chain is braking the bundle
AOT->base/toolbox->base/styles->base/react->base/i18n
master
Hristo Terezov před 7 roky
rodič
revize
d70ca48728
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1
    2
      react/features/base/styles/functions.js

+ 1
- 2
react/features/base/styles/functions.js Zobrazit soubor

1
 /* @flow */
1
 /* @flow */
2
-
3
-import { Platform } from '../react';
2
+import Platform from '../react/Platform';
4
 
3
 
5
 import { ColorPalette } from './components';
4
 import { ColorPalette } from './components';
6
 
5
 

Načítá se…
Zrušit
Uložit