mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Handles an edge-case from earlier in the stack. When looking up a property on a shape, if the property is defined we return it. But if it isn't defined, and the property name is a hook, we treat it like a default custom hook.