Rafael Pedicini
Rafael Pedicini
# Bug report ## Describe the bug `const c = css({...})`, calling `c()` returns an `object` not a `string` so memoized components re-render. Also this hurts React's internal performance optimizations...
# Bug report ## Describe the bug CSS component expression is incorrectly typed as a `string` ```js import { css } from '@stitches/react' // expression is typed as a "StyledExpression...
# Bug report ## Describe the bug There's an atomic-like CSS specificity issue (using style objects instead of single rules) that is related to #675. It seems like class names...
Hi, great library, thanks for creating it! I'm using it in [React Interactive](https://github.com/rafgraph/react-interactive) Using the `Heading` `forwardRef` example in the readme the `ref` element type implicitly is `any`: For a...
Hi, is it possible to type the props that `as` is required to accept? Without this it is easy to pass in an `as` prop that is not compatible with...
Hi, I'm trying to type a `create` function that returns a fully typed component with ref forwarding and the `as` prop predefined. This is needed when using a polymorphic component...
I like the new fully styled examples in the hero for each component. But it would be nice to still have a working component demonstrating each code example in the...
Hi, it'd be great have a timeline icon. Thanks!
Hi, I really like this icon set, the design ascetics are on point! It'd be great to have a line chart icon to use with the bar chart and table...
The sun and moon icons work great as light and dark mode icons, but there is also auto dark mode which uses the system dark mode preference. It'd be great...