Skip to content

Commit 4826ed0

Browse files
committed
add missing @noflow
1 parent e599d98 commit 4826ed0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/react/src/ReactForwardRef.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
6+
*
7+
* @noflow
68
*/
79

810
import {REACT_FORWARD_REF_TYPE, REACT_MEMO_TYPE} from 'shared/ReactSymbols';

packages/react/src/ReactMemo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
6+
*
7+
* @noflow
68
*/
79

810
import {REACT_MEMO_TYPE} from 'shared/ReactSymbols';

packages/shared/forks/invokeGuardedCallbackImpl.www.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
6+
*
7+
* @noflow
68
*/
79

810
// Provided by www

0 commit comments

Comments
 (0)