Skip to content

Fix crash when clicking builds button with no saved builds#316

Merged
alex-williams merged 2 commits into
alphafrom
fix/no_builds_regression
May 10, 2026
Merged

Fix crash when clicking builds button with no saved builds#316
alex-williams merged 2 commits into
alphafrom
fix/no_builds_regression

Conversation

@Michael-K-Williams

@Michael-K-Williams Michael-K-Williams commented May 10, 2026

Copy link
Copy Markdown

Guard hasBuilds() against this.builds being null/undefined when the localStorage key doesn't exist, preventing the erratic potential error on first visit before any builds are created.

Guard hasBuilds() against this.builds being null/undefined when
the localStorage key doesn't exist, preventing the error that
occurs on first visit before any builds are created.
@alex-williams alex-williams force-pushed the fix/no_builds_regression branch from ec37dd3 to 5aba345 Compare May 10, 2026 21:49
@alex-williams alex-williams merged commit 87e1383 into alpha May 10, 2026
@alex-williams alex-williams deleted the fix/no_builds_regression branch May 10, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants