Skip to content

Commit

Permalink
Remove duplicated flow definitions from arvr/js
Browse files Browse the repository at this point in the history
Reviewed By: yungsters

Differential Revision: D46753915

fbshipit-source-id: cf9fe63aa71f111163e51a6d1c9318c0300b2cb7
  • Loading branch information
Jiaqi Duan authored and facebook-github-bot committed Jun 16, 2023
1 parent 0bf353a commit a203dc6
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 @@ -102,6 +102,7 @@ export type $FragmentRef<T> = {
* `props.relay` and returns the props of the container.
*/
// prettier-ignore
// $FlowFixMe[extra-type-arg] xplat redux flow type error
export type $RelayProps<Props, RelayPropT = RelayProp> = $ObjMap<
$Diff<Props, { relay: RelayPropT | void, ... }>,
& (<T: { +$fragmentType: empty, ... }>( T) => T)
Expand Down

0 comments on commit a203dc6

Please sign in to comment.