urql-graphql / urql-devtools

A tool for monitoring and debugging urql during development
https://formidable.com/open-source/urql/docs/advanced/debugging/#devtools
MIT License
257 stars 11 forks source link

Handle empty data prop in Explorer #295

Closed Rigellute closed 4 years ago

Rigellute commented 4 years ago

Closes #293

Ideally, Typescript would've caught this, however the type of Data from urql itself gives any - so no help here.

I've added the ? attribute to the type anyway for documentation purposes.

Also added a test case for when the data prop is empty.