Hasan Shafiq
Hasan Shafiq
Same issue here. But its not related to svg I think.
@tqureshi-uog Maybe you haven't updated the dependencies on the project which is using Gatsby 5.11.0. I have tried updating the dependencies and still issue persist. Also I don't want to...
You may see if you clean install your dependencies again. or If not, I maybe having a dependency updated for 5.12.6 because I upgraded to 5.12.6 and then went back...
I have tried setting `ENABLE_GATSBY_REFRESH_ENDPOINT` to `false` on Gatsby v5.11.0. But still the issue persist.
@tqureshi-uog I don't have `GraphQL` package in my package.json. Should I add it?
@tqureshi-uog I checked my yarn-lock file and it already has `v16.8.1 ` of `GraphQL`. I tried deleting yarn.lock and node modules and running yarn install but still it didn't solve...
@Vacilando Can you tell me how you are facing this issue?
I think previously people here suggested to set ENABLE_GATSBY_REFRESH_ENDPOINT=false But you said that its working when its true. @Vacilando