-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Circular Dependency : Statistic and StatisticGroup #4474
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. |
As a work around: I separated the imports in 2 lines and it works |
Thanks for the tip. That workaround also works for #4481 |
@adam-bentley example above. |
Bug Report
When importing Statistic and StatisticGroup together in one import: the webpack throws error due to circular dependency.
Steps
Just try following import
import { Statistic, StatisticGroup } from 'semantic-ui-react';
Expected Result
Should be importable
Actual Result
Reference Error
Version
2.1.5
The text was updated successfully, but these errors were encountered: