erikras/styled-components-theme

Feature request: Theme object not known upfront

patrik7 opened this issue · 0 comments

Hi Erikras,

Would it be possible to document usage when the theme is dynamic. In my case, the "colors" object comes as JSON from the server. So I can't easily call createTheme on it, without duplicating the code.

Cloud the createTheme detect what fields are in the props.theme object?