mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
0b817777b4
Let's make impossible states truly impossible, and fix Flow types, too. All three usages of Agent called addBridge right after constructing it. Agent has one field `_bridge` which is force-typed as not-null despite there's a temporary zone between the constructor end and addBridge start where `_bridge` is null.