Graham Murdoch

Results 4 issues of Graham Murdoch

Flow errors when trying to pass a ref to a styled component. ```jsx // flow works class Foo extends React.Component { ref = React.createRef(); render() { return ; } }...

typing

**Is your feature request related to a problem? Please describe.** I've recently been working on TS performance improvements for a project using Stitches and Radix. After doing some profiling it...

Hi there, I'm using a css-in-js library ([stitches](https://github.com/stitchesjs/stitches)) which returns class names as objects with custom `toString` methods. This requires calling `toString` before passing the "class names" to `clsx`- otherwise...

Hi, thanks for publishing this plugin! I ran into a little trouble trying it out. As far as I can tell there is this odd flakey behavior where I get...