react-relay
react-relay copied to clipboard
No data returned for operation `LinkListPageQuery`
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:
Here is the error message I get after following the React-Relay tutorial to the chapter "Queries: Loading Links":
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!
I was able to bypass a similar issue by changing "react-relay": "^1.4.1"
to "react-relay": "1.4.1"