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
Refactor ViewModel change subscriptions in Blazor components (#4069)
<!-- 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 for #4068
**What is the current behavior?**
<!-- You can also link to an open issue here. -->
#4068
**What is the new behavior?**
<!-- If this is a feature change -->
Consolidated and streamlined the logic for subscribing to ViewModel
changes and property changes in ReactiveComponentBase,
ReactiveInjectableComponentBase, and ReactiveLayoutComponentBase. This
improves code readability and consistency across the components by using
a shared pattern for handling ViewModel and property change
notifications.
Closes#4068
**What might this PR break?**
None expected
**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