@zac-apps/commons 1.0.5-beta.5 → 1.0.5-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -192,10 +192,11 @@ function AppTable(_ref) {
|
|
|
192
192
|
// prepend: true moves MUI styles to the top of the <head> so they're loaded first.
|
|
193
193
|
// It allows developers to easily override MUI styles with other styling solutions, like CSS modules.
|
|
194
194
|
function createEmotionCache() {
|
|
195
|
-
|
|
195
|
+
var result = createCache({
|
|
196
196
|
key: "css",
|
|
197
197
|
prepend: true
|
|
198
|
-
});
|
|
198
|
+
}) || null;
|
|
199
|
+
return result;
|
|
199
200
|
}
|
|
200
201
|
|
|
201
202
|
function AppMenu(_ref) {
|