Graffe
Graffe
Here are some of my thoughts on what this class should include: 1. The `operationName` and the `query` and `variables` and any other obvious context. 2. more fields on the...
looks like the `generate` section of the config is required but not documented in the Readme. I had to add this: ``` generate: client: true ```
I have a related error, I get this after following the installation guide on the panda site - my stuff "works" but I get an error in the console on...
Adding `?url` seems to fix it: ``` import styles from "~/styles/index.css?url"; ```
this errors for me as well: ``` background: 'linear-gradient(0.05turn, #6c47d7 5%, #1e1f21 70%)', ``` I get: ``` Error: .05turn, #6c47d7 5%, #1e1f21 70%): Missing comma before color stops ```
Same problem here. Tried the various config file hacks and the [email protected] env var.
This is a breaking issue for us at Coordinape. The fork above is super out of date. Please re-open and advise.
Any progress on this?
After submitting I see that TS isn't supported. I'm using TS+Node20. I tried the workaround that came out Dec 5 and it didn't work, here: https://github.com/NomicFoundation/hardhat/issues/3385#issuecomment-1891392542
@fvictorio ``` git clone [email protected]:coordinape/coordinape.git cd coordinape git checkout vite nvm use 20 git submodule init cd hardhat pnpm install HARDHAT_VERBOSE=true npx hardhat ``` ... ``` Done in 7.2s hardhat:core:vars:varsManager...