Skip to content

Commit

Permalink
Add missing class annotations in xplat/js/RKJSModules [suppressions]
Browse files Browse the repository at this point in the history
Reviewed By: evanyeung

Differential Revision: D38325023

fbshipit-source-id: fed14c38af36d5dcd66d40d8d79523c4ea9146aa
  • Loading branch information
pieterv authored and facebook-github-bot committed Aug 2, 2022
1 parent 4ba3fe8 commit eb6761d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-relay/ReactRelayTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export type $FragmentRef<T> = {
* `props.relay` and returns the props of the container.
*/
// prettier-ignore
// $FlowFixMe[speculation-ambiguous]
export type $RelayProps<Props, RelayPropT = RelayProp> = $ObjMap<
$Diff<Props, { relay: RelayPropT | void, ... }>,
& (<T: { +$fragmentType: empty, ... }>( T) => T)
Expand Down

0 comments on commit eb6761d

Please sign in to comment.