react-css-themr
react-css-themr copied to clipboard
Update themr.js
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.