mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
640ccebb7d
We should probably treat `React.use()` the same as `use()` to allow it within loops and conditionals. Ideally this would implement a test that `React` is imported or required from `'react'`, but we don't otherwise implement such a test.