Skip to content

Commit

Permalink
Add $FlowFixMe to unblock code sync to WWW
Browse files Browse the repository at this point in the history
Reviewed By: voideanvalue

Differential Revision: D50225729

fbshipit-source-id: b5be42956e6bb64017cc7c119acfca47dba7c4a0
  • Loading branch information
alunyov authored and facebook-github-bot committed Oct 12, 2023
1 parent a094790 commit 95e4f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-relay/__mocks__/RelayTestRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class RelayTestRenderer extends React.Component<Props, $FlowFixMe> {
};

render(): React.Element<typeof ReactRelayContext.Provider> {
// $FlowFixMe(site=www)[prop-missing]
const childProps = this.props.children.props;
const newProps = {...childProps, ...this.state.data};
return (
Expand Down

0 comments on commit 95e4f9d

Please sign in to comment.