Skip to content

Conversation

@SuperJMN
Copy link
Collaborator

@SuperJMN SuperJMN commented Jan 22, 2026

Previously, the Navigator disposed View Models after navigating from. The problem came when the navigation went back: The same instance was reused due to the "scoped" registration within the DI container, so the same instance was reused, but it was already disposed, causing bugs like subscriptions not working and things not updating correctly.

This fixes the list of projects not being updated when a new project is created.

More details:

@dangershony dangershony merged commit 69fa89d into block-core:main Jan 22, 2026
6 checks 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.

2 participants