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.
2 parents 954b343 + 392c352 commit c962f21Copy full SHA for c962f21
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