From 3007cc6cc7f19154da90d376483708da0f5ef762 Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Thu, 17 Jul 2025 11:19:12 +0530 Subject: [PATCH] add use client --- .../app/projects/[projectId]/entities/AgentGraphVisualizer.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx b/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx index bf4f1058..3f3fd175 100644 --- a/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx +++ b/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx @@ -1,3 +1,5 @@ +"use client"; + import React, { useEffect, useRef } from "react"; import mermaid from "mermaid"; import { Workflow } from "../../../lib/types/workflow_types";