-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Scheduled publishing badge issue #8510
base: next
Are you sure you want to change the base?
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bjørge Næss <[email protected]>
Added check for missing `upcomingSchedule.action`
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
No changes to documentation |
Coverage Report
File Coverage
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How nice to see your face around these parts @bobinska-dev 😄
This looks good and I tested it on the deployment and seems to work well!
Nice work!
Component Testing Report Updated Feb 5, 2025 1:09 PM (UTC) ❌ Failed Tests (1) -- expand for details
|
⚡️ Editor Performance ReportUpdated Wed, 05 Feb 2025 13:11:23 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
The merge-base changed after approval.
Added check for missing
upcomingSchedule.action
Description
fix for: ScheduledBadge is rendered with an invalid state causing the component to crash the Studio
Added check for missing upcoming schedule action
What to review
Testing
Notes for release
Bug: When
upcomingSchedule.action
isundefined
, the Studio breaks due to a missing check.This line causes it:
Fix: