-
-
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 errors & warning #7701
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 introduces several changes mainly pertaining to the 'libs/ui' files. Most notably, it adds '@vueuse/core' as a dependency in the 'libs/ui/package.json'. It modifies multiple Vue component files in the 'libs/ui/src/components' directory like 'MediaItem.vue', 'AudioMedia.vue', 'VideoMedia.vue', 'NeoAudioPlayer.vue', 'NeoAvatar.vue', and others. The changes in these files generally involve import updates and the addition or modification of Vue.js function declarations. Changes to the 'MediaItem.story.vue' show that it replaces URL strings throughout the code. In the 'package.json' file, it removes '@google/model-viewer' from the dependencies. |
Reviewpad Report
|
Code Climate has analyzed commit d60f4cf and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Last issue
I can't fix is(fixed in #7702):IMO
model-viewer
need to be imported as script tag (instead of package) to fix this one.