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
<!-- Please be sure to read the
[Contribute](https://github.com/reactiveui/reactiveui#contribute)
section of the README -->
**What kind of change does this PR introduce?**
<!-- Bug fix, feature, docs update, ... -->
Bug fix. Current implementation did increase RefCount under
ViewModelActivator once, but decrement it twice on deactivation. So the
ViewModel was bricked if it was used as Scoped, or Singleton and would
never activate again.
**What is the current behavior?**
<!-- You can also link to an open issue here. -->
Fixed behavior
**What is the new behavior?**
<!-- If this is a feature change -->
**What might this PR break?**
Should only fix
**Please check if the PR fulfills these requirements**
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
**Other information**:
0 commit comments