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

Commit

Permalink
Update to 0.92.0
Browse files Browse the repository at this point in the history
Summary: This diff updates `~/www` to Flow 0.92.0

Reviewed By: motiz88

Differential Revision: D13900311

fbshipit-source-id: 2ddbbd3f02aba09fa8f24e2b9692fb10b07ad620
  • Loading branch information
pakoito authored and facebook-github-bot committed Jan 31, 2019
1 parent e942ee9 commit c022efb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/component/contents/DraftEditorContents-core.react.js
Expand Up @@ -197,11 +197,6 @@ class DraftEditorContents extends React.Component<Props> {
lastWrapperTemplate !== wrapperTemplate ||
currentDepth === null ||
depth > currentDepth;
/* $FlowFixMe(>=0.70.0 site=www) This comment suppresses an error found
* when Upgradng to FBJS 1.0.0 as the flow type for joinClasses is incorrect
* as it's joinClasses(className: mixed): string and it needs to be
* the correct type joinClasses(...className: Array<string>)
* run Flow. */
className = joinClasses(
className,
getListItemClasses(blockType, depth, shouldResetCount, direction),
Expand Down

0 comments on commit c022efb

Please sign in to comment.