feat(query): notify on changes
This commit is contained in:
@ -381,4 +381,5 @@ class FakeDirectives {
|
||||
|
||||
class DummyDispatcher extends ChangeDispatcher {
|
||||
notifyOnBinding(bindingRecord, newValue) { throw "Should not be used"; }
|
||||
notifyOnAllChangesDone() {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user