-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
🔧 libs/ui build error #8267
🔧 libs/ui build error #8267
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request contains code modifications for primarily three files: |
Maybe rollback CODEOWNERS? |
why? |
maybe assign it to internal dev? |
Code Climate has analyzed commit d791e8c and detected 0 issues on this pull request. View more on Code Climate. |
anyway, can we capture the error on ci with some commands? |
https://github.com/kodadot/nft-gallery/blob/main/.github/workflows/build.libs-ui.yml |
It's my component. Yes, I noticed that the absence of imports breaks historie, is there any way to customize the linter to avoid such problems in the future? We don't need to do explicit imports in the main project, but in ui kit we do, because of this problem. These two projects are in one repository, which is differently configured. I would like to solve such a problem in a centralized way |
move project outside repo
can be fixed if we migrate to Vue histoire to Nuxt histoire
Let us know how you would proceed before starting anything |
same as #8124 (comment) we don't need i18n in UI package, This |
I agree with you about separating repo with its own build process, also setting up linter there as well to avoid these problems |
About the naming of this component, this is a common Image component, I named it along the lines of |
I don't think it's a good idea to prefix with |
What will be the use case of this |
Reviewpad Report
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
-related with #8251
Who made
TheImage
component? name is misleading & component import is bad.