cssinjs / theming

Unified CSSinJS theming solution for React
300 stars 39 forks source link

Added default theme to useTheme hook #105

Closed skystebnicki closed 3 years ago

skystebnicki commented 3 years ago

Sometimes we have a themed component that might not be wrapped in a theme provider, which results in warnings. I would love to be able to pass in a default theme as an optional param to the useTheme hook.

skystebnicki commented 3 years ago

Sorry, I have a lint error. Fixing now.