From 86c7ca70a9965c18e504cafc24753c1edbe36749 Mon Sep 17 00:00:00 2001 From: Konstantin Popov Date: Sun, 12 Sep 2021 18:09:53 +0300 Subject: [PATCH] Fix link (#22296) Fix link (branch master was renamed to main): master -> main --- packages/react/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/index.js b/packages/react/index.js index c2285c6b0b..0acb8d9fa9 100644 --- a/packages/react/index.js +++ b/packages/react/index.js @@ -7,7 +7,7 @@ * @flow */ -// Keep in sync with https://github.com/facebook/flow/blob/master/lib/react.js +// Keep in sync with https://github.com/facebook/flow/blob/main/lib/react.js export type StatelessFunctionalComponent< P, > = React$StatelessFunctionalComponent

;