Chris Stoddart
Chris Stoddart
I just tried this with `6.0.0-alpha.7` and it does not appear to be fixed.
To simplify the issue, this works ``` & { background: ${({ boolean }) => boolean ? 'red' : 'blue'}; } ``` and this works ``` ${ParentComponent} & { background: red;...
This is working in `v4.4.0`. I am excited that I can move forward using the old release, but I'd love to contribute to a solution for current and future releases.
I tried both portals and jsx to string solutions. I decided to go with a jsx to string solution similar to @stovmascript 's suggestion. This works with either `renderToString()` or...
@hwillson I'm able to resize on the GraphiQL tab, but not on Queries, Mutations, or Cache. Is this the same bug?
@MrDoomBringer I am still unable to resize the Queries, Mutations, and Cache tabs.
Just checked with the latest release (5.3.6) and this bug still appears. Is anyone available to take a look at this with me?