Skip to content

Commit

Permalink
fix: add messageAtPath() flow type def
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Apr 7, 2021
1 parent b94e42f commit 35b1a54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/errorReporting/RuntimeTypeErrorItem.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ declare export default class RuntimeTypeErrorItem {
expectedTypeAtPath: Type<mixed>,
depth?: number
): void;

messageAtPath(): string;
}

0 comments on commit 35b1a54

Please sign in to comment.