Skip to content

Commit

Permalink
Replace remaining exact React.Element in xplat 1/n
Browse files Browse the repository at this point in the history
Reviewed By: gkz

Differential Revision: D60973590

fbshipit-source-id: 9d73d66b0345c3e1c8696e24e1e554532967b7e4
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Aug 9, 2024
1 parent 4db3d0b commit 6bb5ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-relay/__mocks__/RelayTestRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Props = {
environment: $FlowFixMe,
query: $FlowFixMe,
variables: Variables,
children: React.Element<$FlowFixMe>,
children: ExactReactElement_DEPRECATED<$FlowFixMe>,
...
};

Expand Down

0 comments on commit 6bb5ade

Please sign in to comment.