javivelasco / react-css-themr

Easy theming and composition for CSS Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoist non-react statics in higher-order component

ctumolosus opened this issue · comments

Static variables in components wrapped by themr are lost. What are your thoughts on using hoist-non-react-statics to resolve this?

Any thoughts on this?

👍 we need this

Edit: Or maybe just note it in the readme and the userland can implement a small wrapper around it by themselfs if needed?