Hi all!
I am not sure if this is a bug or a feature.
I'll call it a bug as I would have expected a different behavior.
Current behaviour:
multiRefChild
) referenced at multiple places in a watched object obj
as obj.child1
and obj.child2
.a
in the obj.child1
it fires an onChange()
event for the obj.child1.a
path, but not for the obj.child2.a
path, even though obj.child2.a
has also changed.Expected behaviour:
a
of the obj.child1
it fires an onChange()
event for the obj.child1.a
path as well as the obj.child2.a
path.Is this a bug or a feature?
If it's a feature, it might deserve a mention in the readme ;-)
Thanks for the library and for your time!
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too