graphiql-app icon indicating copy to clipboard operation
graphiql-app copied to clipboard

when endpoint is undefined, the app is blank

Open matthewmueller opened this issue 9 years ago • 2 comments
trafficstars

I'm not sure why this occurs, but the solution was to clear out localstorage in the app.

matthewmueller avatar Apr 05 '16 08:04 matthewmueller

Does this still happen @matthewmueller ?

skevy avatar Jun 17 '17 22:06 skevy

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.

ZeshanWD avatar Nov 20 '19 21:11 ZeshanWD