react-relay icon indicating copy to clipboard operation
react-relay copied to clipboard

No data returned for operation `LinkListPageQuery`

Open ianseverance opened this issue 7 years ago • 1 comments

I am running into some issues with the tutorial.

Here is the error message I get after cloning this repo to local, a fresh install of dependencies (ignoring yarn.lock) and setting up the correct settings:

image

Here is the error message I get after following the React-Relay tutorial to the chapter "Queries: Loading Links":

image

The only cause I can think of is that I upgraded the dependencies. But, my local project is running the same version of relay-compiler and babel-plugin-relay that this repo has (1.4.1).

I'd appreciate any help!

ianseverance avatar Feb 15 '18 20:02 ianseverance

I was able to bypass a similar issue by changing "react-relay": "^1.4.1" to "react-relay": "1.4.1"

jaycenhorton avatar Apr 13 '19 20:04 jaycenhorton