Closed justinbmeyer closed 6 years ago
when one does new Component() it's currently observable because bind.parentValue reads the parent observable.
new Component()
bind.parentValue
Thus if that value changes, any getter new Component() is in will re-run.
when one does
new Component()
it's currently observable becausebind.parentValue
reads the parent observable.Thus if that value changes, any getter
new Component()
is in will re-run.