Guillaume Chau
Guillaume Chau
I'm not sure it will work as is, since the window of the devtools is the one in the browser devtools panel, not the one in the actual page.
What is the status of `@defer` and `@stream` support in Apollo Client and Server [now that the spec is stage 2](https://foundation.graphql.org/news/2020/12/08/improving-latency-with-defer-and-stream-directives/)?
Maybe it would be better to just take the title of the page or nativescript app being inspected?
Hello! Thanks for the PR! The electron app window title is now automatically updated with the page title: 72d00f11de5bb7e57b960377ee41fc8197c2bb16
@posva Any insight on this?
Please provide a runnable reproduction of your issue so we can investigate.
Please provide a runnable reproduction, thanks.
@tks-007 please update Vue, looks like you are on an older version.
I don't think we can actually handle this case. BTW in Vue 3 the app doesn't replace the DOM element anymore.
You can use the `__FEATURE_PROD_DEVTOOLS__=true` flag when building your application. Maybe this should be documented somewhere? @vuejs/docs