mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8b9edafa95
Implements support for use: * Teaches InferReactivePlaces to treat use() result as reactive * Teaches FlattenScopesWithHooks to also flatten scopes with use() Handles both `use()` and `React.use()`.