diff --git a/ts/components/CardPublicReport.vue b/ts/components/CardPublicReport.vue
index 000926c3..ef2e1668 100644
--- a/ts/components/CardPublicReport.vue
+++ b/ts/components/CardPublicReport.vue
@@ -144,6 +144,7 @@
diff --git a/ts/components/CommunicationColumnList.vue b/ts/components/CommunicationColumnList.vue
index 95a31d21..3e9853e2 100644
--- a/ts/components/CommunicationColumnList.vue
+++ b/ts/components/CommunicationColumnList.vue
@@ -203,6 +203,7 @@
diff --git a/ts/store/resource.ts b/ts/store/resource.ts
index f6ef8021..403459bd 100644
--- a/ts/store/resource.ts
+++ b/ts/store/resource.ts
@@ -1,8 +1,8 @@
import { defineStore } from "pinia";
-import { ref, shallowRef } from "vue";
+import { ref, shallowRef, shallowReactive } from "vue";
+import { log } from "@/log";
import { SSEManager, SSEMessageResource } from "@/SSEManager";
-import { useSessionStore } from "@/store/session";
import { apiClient } from "@/client";
import {
@@ -23,7 +23,7 @@ function createResourceStore(
api_base: string,
from_json: jsonConverter,
) {
- const _resourceByURI = shallowRef