Closed thomasheartman closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
unleash-monorepo-frontend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 20, 2024 1:17pm |
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
This PR fixes an issue where the personal dashboard would fail to render if the flag was called
.
(Curiously, it was not an issue with..
; probably because they end up accessing different URLs).I've taken the very pragmatic approach here of saying "right, we know that
.
and..
cause issues, let's just not even try to fetch data for them".The option, of course, is to bake in more error handling in the components, but due to how we've got hooks depending on each other, it's a bit of a rabbit hole to go down. I think this is a good compromise for now.
So now, you'll get this instead:
I've also gone and updated the text for when we get a metrics fetching error, because this probably isn't due to the flag name anymore. If it is, we want to know.