graphql-kit / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph

Home Page:https://graphql-kit.com/graphql-voyager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank screen with React error when clicking on specific nodes

mderriey opened this issue · comments

We use graphql-voyager v2.0.0.

When the page loads, clicking on specific types shows a blank screen and a React error is shown in the console.

The React error points to this page, which shows the following:

Objects are not valid as a React child (found: object with keys {orderBy}). If you meant to render a collection of children, use an array instead.

Let me know if I can provide any more information.