-
-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to get styled-system working #148
Comments
Looks like Goober isn't serializing the object passed that way and just setting it to "object". I know it supports top-level object functions. I want to verify it with a different library with Goober like preact and they are in the process of winding up for 2.0.0 release. But I will look at opening up an issue on Goobers repo. |
Ok confirmed this is functionality they do not have currently. While you can pass in object form top-level it currently isn't supported nested in templates. I've opened up an issue. cristianbote/goober#136 |
Hey there, pushed a new version |
Hi @cristianbote, thank you for the update. |
Sure no problem I can do that tonight. |
So happy to close this one. v0.21.1. Enjoy. Thanks @cristianbote. |
I still can't get styled-system to work, I cheked gobber#136 and I noticed something wierd in the workaround sandbox, the style properties are showing up as an attribute in the html element.
|
Trying to get styled-system to work with solid-styled-system(goober) but it seem to be not working:
https://codesandbox.io/s/solid-goober-styled-system-emiq6?file=/index.js
Although, trying with emotion works:
https://codesandbox.io/s/solid-emotion-py2hy?file=/index.js
Any idea why?
The text was updated successfully, but these errors were encountered: