We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a294c commit ad4bb1fCopy full SHA for ad4bb1f
packages/core/src/results/ObservableQuery.ts
@@ -91,5 +91,5 @@ export default class ObservableQuery<T> implements Observable<T> {
91
92
// this makes sure we satisfy the interface, while using a possibly polyfilled
93
// [symbolObservable] above for the actual implementation
94
- public declare [Symbol.observable]: () => this
+ declare public [Symbol.observable]: () => this
95
}
0 commit comments