docz: Bug/Task: Upgrade to emotion 10
Emotion has upgraded several components to support server-side rendering as well as some other benefits. We will need to upgrade to…
@emotion/core
& @emotion/styled
emotion-theming
just needs a version upgrade.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 3
- Comments: 18 (11 by maintainers)
Hooray! Thank you 👏
thanks by the job @jtmthf, I’m merging your pull request now 🙏
When I tried upgrading emotion to 10 today I got an error in the playground components I rendered. Something about context.stylis not being defined 🤔
As part of this it would be convenient if the
jsxPragma
in mdx files was updated to use emotion’sjsx
function. This would allow usage of thecss
prop in mdx files.