Ghirro / graphql-network

Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily.
321 stars 33 forks source link

Fix breakage when opening response tab for response without body, and other misc fixes #16

Open mickdekkers opened 5 years ago

mickdekkers commented 5 years ago

There was a bug when a response did not have a body and the Response tab was opened. The LongInformation component would stop updating and would no longer switch to other tabs or entries. This PR contains a fix, along with some other miscellaneous fixes 🙂