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

Commit

Permalink
Deploy 0.94 to www
Browse files Browse the repository at this point in the history
Summary: Updates WWW to Flow 0.94.0

Reviewed By: dsainati1

Differential Revision: D14282561

fbshipit-source-id: 57f2c623f1dada2acaf1566d36cb9d162edbb2c4
  • Loading branch information
gkz authored and facebook-github-bot committed Mar 1, 2019
1 parent 6a26a82 commit 6183935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/contents/DraftEditorContents-core.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ class DraftEditorContents extends React.Component<Props> {
lastWrapperTemplate !== wrapperTemplate ||
currentDepth === null ||
depth > currentDepth;
// $FlowExpectedError joinClasses args in fbjs@1.0.0 are incorrect
className = joinClasses(
className,
getListItemClasses(blockType, depth, shouldResetCount, direction),
Expand Down

0 comments on commit 6183935

Please sign in to comment.