solidjs / solid-styled-components

A 1kb Styled Components library for Solid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'theme' attribute with value "[object Object]" is added to the html element

illiaChaban opened this issue · comments

I have this compoenent
image

And this is how it's rendered to the DOM:
image

I would expect to not see theme="[object Object]" in the DOM