diff --git a/.changeset/curvy-olives-try.md b/.changeset/curvy-olives-try.md new file mode 100644 index 000000000..b695cfcb5 --- /dev/null +++ b/.changeset/curvy-olives-try.md @@ -0,0 +1,5 @@ +--- +"@apollo/client-devtools-vscode": patch +--- + +Fix import name in ClientNotFoundModal diff --git a/src/application/components/ErrorModals/ClientNotFoundModal.vscode.tsx b/src/application/components/ErrorModals/ClientNotFoundModal.vscode.tsx index aedb8099e..7bfe48ddb 100644 --- a/src/application/components/ErrorModals/ClientNotFoundModal.vscode.tsx +++ b/src/application/components/ErrorModals/ClientNotFoundModal.vscode.tsx @@ -48,18 +48,19 @@ npm install @apollo/client-devtools-vscode
  • After initializing your ApolloClient instance, call{" "} - registerClient with your client instance. + connectApolloClientToVSCodeDevTools with your + client instance. If you are fine with the public visibility, copy the forwarded address, change the protocol from ws to{" "} - wss and adjust your registerClient{" "} - call accordingly: + wss and adjust your{" "} + connectApolloClientToVSCodeDevTools call + accordingly:

    Add the tunnel url and the token copied from step 3 to your - registerClient call. + connectApolloClientToVSCodeDevTools call.