Skip to content

fix: include iconsReady in boundary-update effect deps#19

Merged
o4oren merged 1 commit into
mainfrom
fix/boundary-update-effect-deps
May 15, 2026
Merged

fix: include iconsReady in boundary-update effect deps#19
o4oren merged 1 commit into
mainfrom
fix/boundary-update-effect-deps

Conversation

@o4oren

@o4oren o4oren commented May 15, 2026

Copy link
Copy Markdown
Owner

Fix pulling data updates

The background checkBoundaryUpdates dispatch was gated on isReady(),
which depends on iconsReady, but iconsReady was missing from the
effect's deps array. On warm starts (saved state already loaded),
the effect ran once with iconsReady=false, failed the guard, and
never re-ran when icons finished loading — so new VATSPY/TRACON
release tags were never fetched and boundaries never refreshed.
@o4oren o4oren merged commit fe91589 into main May 15, 2026
1 check passed
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.

1 participant