Skip to content

Commit

Permalink
Pre-suppress error ahead of JSX intrinsics changes in relay synced files
Browse files Browse the repository at this point in the history
Reviewed By: SamChou19815

Differential Revision: D70038970

fbshipit-source-id: 5e55610229e31359bb1a43b6f185a17f84c2f00f
  • Loading branch information
jbrown215 authored and facebook-github-bot committed Feb 22, 2025
1 parent ee924ca commit a5c01d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,8 @@ describe('ReactRelayTestMocker with Containers', () => {
return (
<div>
{props.feedback.message.text}
{/* $FlowFixMe[incompatible-type] Error found when typing DOM
* intrinsics */}
<span
testID="reaction"
reactionType={
Expand Down

0 comments on commit a5c01d4

Please sign in to comment.