Pedro Duarte

Results 113 comments of Pedro Duarte

Hi, this is by design. More context here: https://github.com/modulz/stitches/issues/629 When you compose a component, it carries over its variants, and default variants, etc. So that means when you render `NewBox`,...

It's not missing in the docs, it has been left out on purpose. It's more of an internal function. It's there for rare cases where users need to completely empty...

TIL! Thanks for this. Over to the Stitches core team 🚀

I don't think Stitches is meant to work with React 18 yet, we'd need to make some changes. But Im unsure if this particular example should work. /cc @hadihallak can...

The `keyframes` API was usually designed to be used in its own block, like ``` const fade = keyframes({...}) ``` and then: ``` { animationName: fade } ``` Im personally...

Hey, thanks for this. Is this a new error that just happened after upgrading to `1.2.3`?

Ok, we haven't had a chance to look into this yet. Im really confused why this only seems to be happening with you.

i'm not actively involved in this project since the modulz acquisition. hopefully @hadihallak can help though.