fix: fetch resolved version for install size#2086
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
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)
📝 WalkthroughWalkthroughThe change modifies the package page component to defer install size data fetching. Instead of fetching immediately when the component mounts, the fetch is now triggered by a watcher that observes the Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ❌ 1❌ Failed checks (1 warning)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
serhalp
left a comment
There was a problem hiding this comment.
oooooh was that why? thanks for fixing!
👀 do we have the same bug on the compare page?
Fixes package install size resolution by fetching resolved version for install size
Example: https://npmx.dev/package/fd-package-json/v/%5E2.0.0
Before:
After: