Closed nephix closed 2 years ago
Hey @nephix!
Just to be sure there isn't anything odd going on in your browser, try opening the devtools panel on this page. If that works, we can rule out any browser specific issues.
@andyrichardson it works there, and now also in our project.
The issue was that we have multiple urql clients on 1 page, so we only added the devtoolsExchange
to one instance of urql instead of to all
Thanks for the update! In that case I'll close this
Hey,
what are the conditions for the Chrome extension to pick up the
devtoolsExchange
correctly?On our website I only see:
but it never seems to be able to connect with the urql client.
I use:
@urql/preact
@urql/devtools
devtoolsExchange
is first inexchanges
In the source code I saw that the connection between urql client and urql devtools works via
window.postMessage
, so web components shouldn't be the hurdle