-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the console warning: You are loading @emotion/react when it is already loaded. #4780
Comments
Looks like you have multiple instances of |
Can you add a caret to the beginning of the version for |
Solved. Thanks a lot! |
Hi, I am still encountering this problem with the latest version of react-select. I tried removing any possible conflicting module, deleted
Relevant parts of
|
Can you try deleting one of those entries in the |
Sorry! Typo when copy-pasting: there is no duplicate. I fixed it in the comment above… |
What package manager are you using? Are you using Yarn PnP by chance? (Edit: looks like you're on Yarn 1 based on your |
Using regular vanilla Yarn, not pnp. |
From looking both at the lock file and node_module dir, it seems like there is only one version of |
Are you using Webpack? Can you build your app and search through the built JS bundles to see if it's being included more than once for some reason? |
I'm using |
Just CTRL-F in the bundles for |
I looked through the |
The If it seems like there are no duplicates I don't have any other things to tell you to try besides trying to reproduce it in a public repo so that I can take a look at it more in-depth. |
I did look at the |
Can I ask the same problem? Sorry, My English is not good, I'm getting warning: |
Hello, I'm getting warning:
Has anyone reproduced the same bug? Any solution?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: