Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeedu/imersaofc5
/ createEmotionCache
Function
createEmotionCache
nextjs/src/utils/createEmotionCache.tsx:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import createCache from
'@emotion/cache'
;
2
3
export default function createEmotionCache() {
4
return createCache({ key:
'css'
});
5
}
Callers
2
_app.tsx
File · 0.85
_document.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected