Open wotsyula opened 6 years ago
Allows for theming of HOC and components without a function name. Since HOC have different function name than original, we should check for displayName 1st and fall back to Component for nameless components.
displayName
Component
Allows for theming of HOC and components without a function name. Since HOC have different function name than original, we should check for
displayName
1st and fall back toComponent
for nameless components.