relay-tools / found-relay

Relay integration for Found
MIT License
276 stars 32 forks source link

Errors loading the schema are hidden behind unrelated errors #635

Open steinybot opened 7 months ago

steinybot commented 7 months ago

Certain errors will cause the props to be null. For some reason renderElement assumes that if the props are null then it is because there is no render method or component.

For example:

Screenshot 2024-01-28 at 9 18 53 PM

The error "Cannot use GraphQLSchema..." gets hidden by "Route with query ... has no render method or component."