Results 16 comments of Greg Kavanagh

I'm having the same issue.

I managed to get cypress to work on macOS where it produces the same screenshots in the runner and e2e-headless. I haven't tested in CI yet. When you run cypress...

Same for me on 3.8.2. Any easy workarounds?

Newbie to Sketch error. Make sure to edit the instance of the text in the edit window. I made the mistake of typing into the 'overrides' panel which breaks the...

I'm trying to solve the `Component is not a styled component and cannot be referred to via component selector.` error. With this code ```typescript const StyledColorBox = styled.div` background-color: ${(props)...

I think I can write it as a string rather than an interpolatin' function... ```javascript const gridGuideShadow = keyframes` 0% { box-shadow: 0 0 0 1px rgba(0, 255, 0, 1);...

Downgrade Yarn. `yarn set version 1.19.0` clean the cache. `yarn cache clean` encounter next set of issues.. :)

It exports {}. I spent a few hours trying to get it to work until I checked the package.

Can you create an example of how to create a query with variables using both methods you mention please. The mutation example is confusing as it is terse and talks...

Thanks for that. I think an example for a simple query with variables would be useful for developers like myself who are not GQL experts and are mainly trying to...