Skip to content

Commit

Permalink
Update flow libdef to unbreak CI (#4387)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4387

Reviewed By: samwgoldman

Differential Revision: D47692149

Pulled By: SamChou19815

fbshipit-source-id: d41b98e15ec9649069d37e933de9ecc47dab6f9c
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jul 22, 2023
1 parent 5879a22 commit 534fb3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flow-typed/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ declare module react {
declare export type Key = React$Key;
declare export type Ref<C> = React$Ref<C>;
declare export type Node = React$Node;
declare export type TransportObject = React$TransportObject;
declare export type TransportValue = React$TransportValue;
declare export type Context<T> = React$Context<T>;
declare export type Portal = React$Portal;
declare export var ConcurrentMode: ({
Expand Down

0 comments on commit 534fb3c

Please sign in to comment.