Skip to content

Commit 65faecc

Browse files
committed
fix(comments): Do not set parent when instantiating activity tab plugin
This is necessary as the `context` variable is a vue3 instance, and vue 2 do not know how to handle it properly. Also, as far as I understand it, it is not needed. Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent 4cd026a commit 65faecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/comments/src/comments-activity-tab.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export function registerCommentsPlugins() {
2929
}
3030
ActivityTabPluginInstance = new ActivityTabPluginView({
3131
el,
32-
parent: context,
3332
pinia,
3433
propsData: {
3534
reloadCallback: reload,

0 commit comments

Comments
 (0)