graphql-kit / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph
https://graphql-kit.com/graphql-voyager/
MIT License
7.69k stars 504 forks source link

Blank screen with React error when clicking on specific nodes #369

Open mderriey opened 9 months ago

mderriey commented 9 months ago

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.