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

Commit 4bca140

Browse files
jbrown215facebook-github-bot
authored andcommitted
Suppress non-synced files in www for 0.111
Summary: Before we can bump the version we need to fix some synced files in xplat drop-conflicts Reviewed By: dsainati1 Differential Revision: D18255244 fbshipit-source-id: 4a6cf2491f033855f4130f6bdf04aa4e091a1f21
1 parent a477e83 commit 4bca140

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/component/base/DraftEditor.react.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@ class DraftEditor extends React.Component<DraftEditorProps, State> {
529529
const editHandler = {...handlerMap.edit};
530530

531531
if (onPaste) {
532+
/* $FlowFixMe(>=0.111.0) This comment suppresses an error found when Flow
533+
* v0.111.0 was deployed. To see the error, delete this comment and run
534+
* Flow. */
532535
editHandler.onPaste = onPaste;
533536
}
534537

src/model/encoding/__tests__/convertFromHTMLToContentBlocks-test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ beforeEach(() => {
7777
const convertFromHTML = (html_string, config) => {
7878
const options = {
7979
...DEFAULT_CONFIG,
80+
/* $FlowFixMe(>=0.111.0) This comment suppresses an error found when Flow
81+
* v0.111.0 was deployed. To see the error, delete this comment and run
82+
* Flow. */
8083
...config,
8184
};
8285

0 commit comments

Comments
 (0)