mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix link (#22296)
Fix link (branch master was renamed to main): master -> main
This commit is contained in:
@@ -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<P>;
|
||||
|
||||
Reference in New Issue
Block a user