graphiql-app
graphiql-app copied to clipboard
when endpoint is undefined, the app is blank
trafficstars
I'm not sure why this occurs, but the solution was to clear out localstorage in the app.
Does this still happen @matthewmueller ?
This issue ocurred to me Also.
The issue is with the tabIndex. I had 8 tabs, but the currentTabIndex was set to 8, because there was no 8 tab Index it was giving me that Error.
The way I resolved is going to the Devtools and updating the currentTabIndex property to a valid Index.
@skevy I think we have to solve the Issue, because it happened 2 times to me so far.