You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require an explicit key for every aliveForever spec, including root
bindings as well as ViewModel-to-ViewModel dependencies. Invalid
configurations now throw ViewModelError before the builder runs, while the
Store enforces the same rule for internal factories.
Tests
Add root, nested, computed-key, and Store-boundary validation coverage while
retaining single-fork, sequential unit-test execution.