Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit c5b785a

Browse files
gkzfacebook-github-bot
authored andcommitted
Remove Flow Strict Local from files with future sketchy-null errors after bug fix
Reviewed By: wcheng86 Differential Revision: D9565308 fbshipit-source-id: 60eec8efa5c6beaab56a816e35e98b0d83d0e656
1 parent f5b2acb commit c5b785a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/model/modifier/RichTextEditorUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
99
* @format
10-
* @flow strict-local
10+
* @flow
1111
*/
1212

1313
'use strict';

src/model/modifier/exploration/NestedRichTextEditorUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
99
* @format
10-
* @flow strict-local
10+
* @flow
1111
*
1212
* This is unstable and not part of the public API and should not be used by
1313
* production systems. This file may be update/removed without notice.

0 commit comments

Comments
 (0)