求关于 stateless function 里 lifecycle 可以获得 refs

#1

为什么可以获得 stateless function 里 refs???

Refs may not be attached to a stateless function, because the component does not have a backing instance. You can always wrap a stateless component in a standard composite component and attach a ref to the composite component.