@bbl-digital/snorre 4.0.0-alpha.2 → 4.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js
CHANGED
@@ -14,7 +14,7 @@ const useSnorreTheme = ({
|
|
14
14
|
const pglobal = fetch(`${themeUrl}/globals.css`);
|
15
15
|
const [styles, global] = await Promise.all([pstyle, pglobal]);
|
16
16
|
setTheme(styles.json());
|
17
|
-
setGlobals(global
|
17
|
+
setGlobals(global);
|
18
18
|
};
|
19
19
|
|
20
20
|
getThemeStuff(themeUrl);
|
@@ -14,7 +14,7 @@ const useSnorreTheme = ({
|
|
14
14
|
const pglobal = fetch(`${themeUrl}/globals.css`);
|
15
15
|
const [styles, global] = await Promise.all([pstyle, pglobal]);
|
16
16
|
setTheme(styles.json());
|
17
|
-
setGlobals(global
|
17
|
+
setGlobals(global);
|
18
18
|
};
|
19
19
|
|
20
20
|
getThemeStuff(themeUrl);
|