Skip to content

Commit 35b1a54

Browse files
committed
fix: add messageAtPath() flow type def
1 parent b94e42f commit 35b1a54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/errorReporting/RuntimeTypeErrorItem.js.flow

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ declare export default class RuntimeTypeErrorItem {
1616
expectedTypeAtPath: Type<mixed>,
1717
depth?: number
1818
): void;
19+
20+
messageAtPath(): string;
1921
}

0 commit comments

Comments
 (0)