faizan-siddiqui

Results 7 comments of faizan-siddiqui

@gnawf comments implemented or replied to, plz re-review:)

I added `"@graphiql/react": "^0.13.2"` and `"@graphiql/toolkit": "^0.8.0"` to my dependencies in `package.json` and still get the same error :(

Full stack trace is ``` TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at useEditorContext (bundle.js:24224)...

Hi @thomasheyenbrock thanks for having a look, yep i was able to replicate the problem here, I suspect it's something in my `package.json` that is conflicting, as I used almost...

looks like i found the problem, I was using `"graphiql": "2.0.3"`, I changed it to `"graphiql": "2.0.7"` and it's working now, I tested removing "@graphiql/react": "^0.13.2" and "@graphiql/toolkit": "^0.8.0" and...

Seems to work for me now, the issue was I was using `"graphiql": "2.0.3"` instead of `"graphiql": "2.0.7"`

Yea looks like editing the logic of the fetcher is the way to go here, I needed to do something similar and I am doing that, I also wanted to...