javivelasco / react-css-themr

Easy theming and composition for CSS Modules.
MIT License
591 stars 68 forks source link

Update themr.js #84

Open wotsyula opened 6 years ago

wotsyula commented 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.