We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d60990 commit 458f91eCopy full SHA for 458f91e
1 file changed
packages/firestore/lib/utils/index.ts
@@ -31,7 +31,7 @@ import type {
31
PartialSnapshotObserverInternal,
32
} from '../types/internal';
33
import FieldPath, { fromDotSeparatedString } from '../FieldPath';
34
-import type { ListenSource } from 'lib/types/firestore';
+import type { ListenSource } from '../types/firestore';
35
36
export function extractFieldPathData(data: unknown, segments: string[]): unknown {
37
if (!isObject(data)) {
0 commit comments