dillon1000/react

Commit

Upgrade to Flow 0.196.3 (#25974)

After the previous changes these upgrade are easy.

- removes config options that were removed
- object index access now requires an indexer key in the type, this
cause a handful of errors that were fixed
- undefined keys error in all places, this needed a few extra
suppressions for repeated undefined identifiers.

Flow's
[CHANGELOG.md](https://github.com/facebook/flow/blob/main/Changelog.md).
Browse files
Changed paths8 files
First-parent comparison
M package.json ModifiedM packages/react-devtools-shared/src/backend/renderer.js ModifiedM packages/react-devtools-shared/src/hydration.js ModifiedM packages/react-devtools-shell/src/app/console.js ModifiedM packages/react-reconciler/src/ReactFiberAct.js ModifiedM packages/react-reconciler/src/ReactFiberFlags.js ModifiedM scripts/flow/config/flowconfig ModifiedM yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…