Closed hirotomoyamada closed 1 month ago
Hi @hirotomoyamada
I noticed several displayName
issues, and I think a task list could help track them better. If you'd like, I can help by creating a task list to organize everything.
@KekmaTime
Hi, thanks for the comment!
Are you perhaps referring to milestones or projects?
@KekmaTime
Hi, thanks for the comment!
Are you perhaps referring to milestones or projects?
Yesyes that's what I meant😅
@KekmaTime
I see!
However, these tasks are coming to an end, so I won't do them this time! I will do so next time!
Thanks :)
script: component-display-name package: @yamada-ui/icon
Description
The component "@yamada-ui/icon" uses
forwardRef
, butdisplayName
is not set, making it difficult to see the display in React Developer Tools.Additional Information
Set
displayName
and__ui__
after each component definition.For example, like this.
Replace
'component'
with the name of the component. For example, for aSelect
component, it is'Select'
.__ui__
is an identifier required for internal use by Yamada UI. Be sure to set it together withdisplayName
.