Oldest React Version Supported by Emotion 11.x? #3217
Replies: 3 comments 2 replies
-
Any version higher than 16.8.0 should be compatible with Emotion. |
Beta Was this translation helpful? Give feedback.
-
Was there an explicit upgrade guide form v10 -> 11? I see the general docs for v11 but when going from 9-10 there was a guide for migration. @Andarist Thank you. |
Beta Was this translation helpful? Give feedback.
-
So I am trying to set up emption to recognize the
So that I don't have to add this into every file where I use the
But I believe this is for React 17+ only, correct? If that's the case, how would I tell each of my react components that the p.s. I am trying to upgrade from v9. Current installed deps for emotion:
dev deps:
I added What am I missing? |
Beta Was this translation helpful? Give feedback.
-
Hi all, does anyone know what the oldest version of react is that I can use if trying to use the following:
I see emotion's package.json uses 16.14.0 but would 16.8.6 for react/react-dom still work? I didn't see anything in the changelog or readme.md about this.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions