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

Commit c022efb

Browse files
pakoitofacebook-github-bot
authored andcommitted
Update to 0.92.0
Summary: This diff updates `~/www` to Flow 0.92.0 Reviewed By: motiz88 Differential Revision: D13900311 fbshipit-source-id: 2ddbbd3f02aba09fa8f24e2b9692fb10b07ad620
1 parent e942ee9 commit c022efb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,6 @@ class DraftEditorContents extends React.Component<Props> {
197197
lastWrapperTemplate !== wrapperTemplate ||
198198
currentDepth === null ||
199199
depth > currentDepth;
200-
/* $FlowFixMe(>=0.70.0 site=www) This comment suppresses an error found
201-
* when Upgradng to FBJS 1.0.0 as the flow type for joinClasses is incorrect
202-
* as it's joinClasses(className: mixed): string and it needs to be
203-
* the correct type joinClasses(...className: Array<string>)
204-
* run Flow. */
205200
className = joinClasses(
206201
className,
207202
getListItemClasses(blockType, depth, shouldResetCount, direction),

0 commit comments

Comments
 (0)