-
Notifications
You must be signed in to change notification settings - Fork 2
Call onUpdateByOthers on properties that have an 'all' reactor #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call onUpdateByOthers on properties that have an 'all' reactor #280
Conversation
🦋 Changeset detectedLatest commit: d053af2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Coverage after merging feature/trigger-onUpdateByOthers-on-reactors-all into main will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Just reiterating that Conceptually, If none of the existing hooks work for you, my suggestion would be to introduce a new lifecycle hook to avoid breaking anything existing. Alternatively, rename this one so its name matches its semantics. That would force you to change everything using it and would help surface potential bugs before they happen. But of course this is just a suggestion. Feel free to ignore it entirely. |
It still doesn't do this. The self node is filtered out so |
Fix
onUpdateByOthersto run also when a type's reactors is set toall. Currently only reactors set toothercause this function to run.