|
@@ -16,7 +16,7 @@ magic('watch', el => (key, callback) => {
|
|
|
|
|
|
if (! firstTime) {
|
|
if (! firstTime) {
|
|
// We have to queue this watcher as a microtask so that
|
|
// We have to queue this watcher as a microtask so that
|
|
- // the watcher doesn't pick up its dependancies.
|
|
|
|
|
|
+ // the watcher doesn't pick up its own dependancies.
|
|
queueMicrotask(() => callback(value, oldValue))
|
|
queueMicrotask(() => callback(value, oldValue))
|
|
}
|
|
}
|
|
|
|
|