Closed paanSinghCoder closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
frontier | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 20, 2024 9:33am |
Totals | |
---|---|
Change from base Build 10953901096: | 0.0% |
Covered Lines: | 10836 |
Relevant Lines: | 112283 |
IDE-520
Description: 1: On confirm-change popup open, the getPlan API was again being called which is unnecessary as current plan can simply be fetched from the allPlans prop already present in the component.
2: This effect hook was unnecessarily called. Need to confirm if removing this can have any side effects.
Testing Ongoing