Flow upgrade to 0.143

This was a large upgrade that removed "classic mode" and made "types first" the only option.
Most of the needed changes have been done in previous PRs, this just fixes up the last few instances.

ghstack-source-id: 9612d95ba4
Pull Request resolved: https://github.com/facebook/react/pull/25408
This commit is contained in:
Jan Kassens
2022-10-04 10:50:28 -04:00
committed by Jan Kassens
parent 0a3072278e
commit 00a2f81508
9 changed files with 27 additions and 31 deletions

View File

@@ -45,11 +45,9 @@ esproposal.class_instance_fields=enable
esproposal.optional_chaining=enable
exact_by_default=true
munge_underscores=false
types_first=true
well_formed_exports=true
# Substituted by createFlowConfig.js:
%REACT_RENDERER_FLOW_OPTIONS%
[version]
^0.142.0
^0.143.0