-
Notifications
You must be signed in to change notification settings - Fork 388
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
Build fails due to missing @iconify/react dependency after upgrade to 3.16.0 #1719
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Thank you for submitting your first issue to this project. |
I have the same issue when I upgraded to 3.16. I installed "@iconify/react" as devDependencies, then it works. |
Yes, but if it is required for consumers I don't think it should be a devDependency in the first place... 🤔 The dependency and its version should be managed by the project that decides if it is needed rather than have all consumers having to keep track of that. Besides, it seems to be used as a regular dependency in the HoverReactionBarControl, which I guess could lead to issues in the finished build as well if that is used. |
Fix #1719 @iconify/react error
@ekdegerman thanks for reporting this. The PR from @GuidoZam to fix the issue has just been merged and a new beta release should be published in a few minutes. |
Hello, i have the same issue with version 1.18.2, @joelfmrodrigues the PR was published? if yes problem remains in this version Thanks |
@jtlivio it's not published yet. There was a minor release to try to fix another issue, but didn't include this PR. I will start discussions for a major release to address this issue |
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
3.16.0
Expected / Desired Behavior / Question
gulp bundle --ship completes with no issues, as it does on 3.15.0
Observed Behavior
There's a module not found error in webpack:
@iconify/react is listed under devDependencies rather than dependencies in package.json
Steps to Reproduce
The text was updated successfully, but these errors were encountered: