javivelasco / react-css-themr

Easy theming and composition for CSS Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid passing down own props

javivelasco opened this issue · comments

A child component doesn't need to receive composeTheme prop. People are getting warning from this and it should be extracted instead of passed 🤕.

Coming from here

Fixed in 1.1.2!

Yep! thanks @nkbt !