urql-devtools
urql-devtools copied to clipboard
A tool for monitoring and debugging urql during development
# About Here's a sketch of the required addition - see `myQueryX` written in read near the `Q` icon, this is just a suggestion of course, placement of the label...
# About Devtools does not detect a running instance of urql. # Reproduction 1. Clone [this example](https://github.com/FormidableLabs/urql/tree/main/packages/react-urql/examples/1-getting-started) project 2. Run `yarn install` 3. Run `yarn start` 4. Open chrome and...
I have an Expo EAS-build app and am trying to get urql-devtools working. The server and client are running in macOS and the Simulator... so same network connection. When I...
Added maintenance badge to top of README
# About Extension works fine (I can see queries, schema etc) but everytime in console I have warning: `DevTools failed to load source map: Could not load content for chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/content_script.js.map:...
Hi, First of all: 1. I'm not sure if this is ideed a bug but it looks pretty much like this to me. 2. I'm more than grateful for this...
### Summary - Created 2 workflows - run-tests: Runs eslint, prettier, unit tests - run-visual-regression: Runs visual regression tests Ps. Not removing the above from the CircleCI config as they...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0. Release notes Sourced from prismjs's releases. v1.24.0 Release 1.24.0 Changelog Sourced from prismjs's changelog. 1.24.0 (2021-06-27) New components CFScript (#2771) b0a6ec85 ChaiScript (#2706) 3f7d7453...
Would be great if, when using the normalized [exchange graph cache](https://github.com/FormidableLabs/urql-exchange-graphcache), the devtools reflected the normalized cache (ie showing the resources in cache, key'd by id). Not sure if this...