Index: renderer/createEmotionCache.ts
===================================================================
--- renderer/createEmotionCache.ts	(revision 40ac7a920a0b08c324bf4201b03a36483cc3aad4)
+++ renderer/createEmotionCache.ts	(revision 40ac7a920a0b08c324bf4201b03a36483cc3aad4)
@@ -0,0 +1,5 @@
+import createCache from '@emotion/cache';
+
+export default function createEmotionCache() {
+    return createCache({ key: 'css' });
+}
