Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughThe org page component is modified to use lazy fetching instead of awaiting the API call synchronously. The 404 error handling is relocated from the direct API call to a reactive watcher that monitors the response status and error properties. This approach maintains the same error messaging whilst allowing the page to render without blocking on the initial API response. Package computation and counting logic remain unmodified. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
fixes: #658
The
awaithas block the page. Now we use it withoutasyncand handle it inside awatch