Zachary Rabe

Results 2 comments of Zachary Rabe

Ran into this issue in 2023. ended up making something similar to the `client.query` example above by @jerelmiller

I also encountered this issue using `"react-force-graph-2d": "1.43.0"` and `"react-scripts": "4.0.3"` My resolution was: bumped to `"react-scripts": "5.0.1"` deleted my `yarn.lock` file ran `yarn install`