fix(ui): the install command should use the correct version#1958
fix(ui): the install command should use the correct version#1958btea wants to merge 3 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe component now passes Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
43081j
left a comment
There was a problem hiding this comment.
Looks good but if it's the latest version, we should just omit i think.
|
Do you mean that if the version identifier is incorrect, you should not add the version to the installation command? |
|
no i mean that the latest version shouldn't be shown in the command (current behaviour) if im on it should only show the version if im looking at a non-latest version |
|
agreed 👍
|
|
Done. |
🔗 Linked issue
/
🧭 Context
📚 Description
When you open a package's page and click on the version of one of its dependent packages, if the version number is a combination of multiple ranges, the version number generated by the installation command on the new page may not be a valid value.