Ferdy Budhidharma
Ferdy Budhidharma
What if another function is exported from the library that where you can call it that allows you to detect that the intent is to compose? ```js import { cx,...
I think the issue with `fragment` is that it may not be obvious to a user importing it that it's a fragment without looking at the source code. I know...
Ah gotcha, I thought you were talking about *any* interpolation in general, because I think that `css` still supports partial evaluation of variables, right? `css'${colors.white}'` With `css(myFragment)` I was referring...
@Jessidhia this might be a great time for us to actually perform a major breaking change on React types, since this overturns quite a lot of the assumptions around JSX...