-
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
Module not found: Can't resolve 'React' in '/srv/node_modules/semantic-ui-react/dist/umd' #3597
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Started with a fresh CRA app, and got:
steps to reproduce:
package.json
|
Confirmed, caused by #3566. |
Fixed in #3598, will keep opened until next release. |
Release on the way, hang tight... |
Fixed in |
* chore(package): remove `browser` field Reverts changes introduced in Semantic-Org#3566, fixes Semantic-Org#3597. * Update package.json
Bug Report
Steps
Upgrade to 0.87 from 0.86
yarn upgrade semantic-ui-react@0.87
Expected Result
webpack dev server compiles
Actual Result
Version
0.87.0
EDIT our webpack config DOES NOT include
{ resolve: { aliasFields: ['browser'] } }
The text was updated successfully, but these errors were encountered: