Genesis
This commit is contained in:
8
createEmotionCache.js
Normal file
8
createEmotionCache.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import createCache from '@emotion/cache';
|
||||
|
||||
export default function createEmotionCache() {
|
||||
return createCache({
|
||||
key: 'css',
|
||||
speedy: false // Disable speedy mode for SSR - matches working test
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user