We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954b343 commit 392c352Copy full SHA for 392c352
components/RemoteRenderingView.vue
@@ -100,7 +100,7 @@
100
if (viewer_store.status !== Status.CONNECTED) {
101
return
102
}
103
- const session = viewer_store.client.value.getConnection().getSession()
+ const session = viewer_store.client.getConnection().getSession()
104
view.setSession(session)
105
view.setViewId(props.viewId)
106
connected.value = true
0 commit comments