Skip to content

Commit f280a1e

Browse files
Claudio Procidajdecked
authored andcommitted
Restores flow error suppression for [email protected] (facebookarchive#2014)
Summary: **Summary** Restores a flow error suppression annotation removed with D14074027 **Test Plan** `yarn run flow` No errors Pull Request resolved: facebookarchive#2014 Reviewed By: dsainati1 Differential Revision: D14229161 Pulled By: dsainati1 fbshipit-source-id: b169d832d0b50e3366a94d53ae7e60ca89035ae7
1 parent 05417d2 commit f280a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/component/contents/DraftEditorContents-core.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ class DraftEditorContents extends React.Component<Props> {
197197
lastWrapperTemplate !== wrapperTemplate ||
198198
currentDepth === null ||
199199
depth > currentDepth;
200+
// $FlowExpectedError joinClasses args in [email protected] are incorrect
200201
className = joinClasses(
201202
className,
202203
getListItemClasses(blockType, depth, shouldResetCount, direction),

0 commit comments

Comments
 (0)