-
Notifications
You must be signed in to change notification settings - Fork 4
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
Simple demo does not work #5
Comments
I'll try to look into this soon. One thing to note: I don't believe I have tested with Ember 5.x yet. I also have not tested with |
Turns out it's a dependency issue. Following: pnpm install --save-dev heroicons Will solve it in my bugreport repro app. Now the question is: Can it be so that the |
Oh and re the v5: When I install this package I get a warning that peer deps are broken because of version of ember. Might be also worth bumping. Reported as #6. |
Ha! I just got bitten by this again and found my original fix that is still working :) |
Thinking out loud: I think that this is the original idea between peerDependencies. So I think adding cc: @tzellman |
- Fixes tzellman#5 - Well it does not _fix_ it, but at least it will give the user hint during `pnpm install` that there is something missing
Migrated one repo to pnpm and found the icons were missing in the production build. This did the trick, thanks! |
Reproduction repo
Steps to reproduce manually
ember-heroicons
:HeroIcon
component:The text was updated successfully, but these errors were encountered: