Skip to content

Commit 880d203

Browse files
committed
[flow] Upgrade from 0.279 -> 0.280
Flow 0.280 introduced stricter type checking for `incompatible-type` errors, requiring additional $FlowFixMe suppressions alongside existing ones. Changes: - Made `QueuingStrategy` properties optional in streams.js - Made all properties optional in Web Animations API types (EffectTiming, KeyframeAnimationOptions, etc.) - Added `$FlowFixMe[incompatible-type]` alongside existing suppressions in multiple files where Flow now reports additional type mismatches
1 parent 55480b4 commit 880d203

File tree

78 files changed

+3030
-4671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3030
-4671
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# react runtime
22
build
33

4+
# flow-typed generated files use Flow syntax Prettier can't parse
5+
flow-typed
6+
47
packages/react-devtools-core/dist
58
packages/react-devtools-extensions/chrome/build
69
packages/react-devtools-extensions/firefox/build

0 commit comments

Comments
 (0)