mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b245795de3
* Lint for untyped imports and enable Flow typing in ReactFiber * Re-enable Flow for ReactFiber and fix Flow issues * Avoid an invariant in DEV-only code I just introduced it, but on a second thought, it's better to keep it as a warning. * Address review