ssr with namespace not working
addlistener opened this issue · 0 comments
addlistener commented
Current behavior:
SSR with custom namespace not working.
To reproduce:
https://codesandbox.io/s/emotion-issue-template-forked-s4rnkz?file=/src/App.tsx
- follow https://emotion.sh/docs/ssr to create a custom namespace and ssr
- create a css function to use the custom cache
- the ids & css extracted is empty
Expected behavior:
SSR should work for custom namespace. ids & css should not be empty