@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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  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
- return createCache({
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/commons",
3
- "version": "1.0.5-beta.5",
3
+ "version": "1.0.5-beta.6",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",