ellioseven

Results 12 comments of ellioseven

@brad-decker Did you ever find a solution for this? I am in the same situation and can't seem to find a graceful way around the encoding.

I managed to replicate this by using `create-react-app`, ejecting, then adding `styled-jsx`. For reference, here's `package.json` file: ``` { "name": "app", "version": "0.1.0", "private": true, "dependencies": { "@babel/core": "7.9.0", "@svgr/webpack":...

I didn't read the docs properly... I wasn't using `css.global`: ``` const style = css.global` body { color: red; } ` ``` :facepalm:

I find that 1.0.3 doesn't have this problem with grunt-contib-uglify. The only problem is that I only get 1.0.2 with bower?

Just a side note, you will need: preserveComments: 'some' to get selectivizr 1.0.3 to compile properly.

@brad-decker I tried something like: ``` const clientState = (typeof window === "undefined") ? { defaults, resolvers } : { resolvers } return new ApolloClient({ cache, clientState, uri: config.endpoint })...

@itsravenous Did you ever manage to figure this out? Running into the same problem.

@arcsi42 Can confirm I was able to get the version from the binary on my M1 Mac: ![image](https://user-images.githubusercontent.com/4191120/150455310-3aa85f2a-c54f-41b7-a1a8-143f53ecc3d9.png)

I am getting the same results on `1.12.3`. Not really sure why this is happening? I noticed each tmp entry has a shell script relating to `node` and `yarn`. I...

@cooperka I am wondering how you managed to implement the `id` via `extensions`? I am getting: ``` GraphQL Request must include at least one of those two parameters: "query" or...