alibaba / rax

🐰 Rax is a progressive framework for building universal application. https://rax.js.org
Other
7.99k stars 627 forks source link

[BUG] Function Component should add `__getName` method #2260

Closed SoloJiang closed 2 years ago

SoloJiang commented 2 years ago

In development, Rax validates children nodes key property. In this method, it will console warn the target component name. However, function component missed __getName method.

SoloJiang commented 2 years ago

Invalid