mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Changed Line 94- You can't use Hooks *inside* of a class component, but you can definitely mix classes and function components with Hooks in a single tree. to "You can't use Hooks *inside* a class component, but you can definitely mix classes and function components with Hooks in a single tree. "