-
I just discovered on a project that we've been using Emotion 10 for a while, but we are still on React 16.2. Are there any known risks to this? It seems to be working fine. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Andarist
Oct 20, 2021
Replies: 1 comment 4 replies
-
Are you sure that you are actually using React 16.2? Maybe your deps are using something like |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
postrad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you sure that you are actually using React 16.2? Maybe your deps are using something like
^16.2.0
but the actual version that is installed is a more fresh one?