From 609b4f32c81fe3d79e96cc0ad671c237f9a73616 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 May 2025 20:42:00 +0530 Subject: [PATCH] fix: wrap symbol in String() for safe conversion --- src/components/recorder/PairDetail.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/recorder/PairDetail.tsx b/src/components/recorder/PairDetail.tsx index 7ed081a9..8a830929 100644 --- a/src/components/recorder/PairDetail.tsx +++ b/src/components/recorder/PairDetail.tsx @@ -252,7 +252,10 @@ export const PairDetail = ({ pair, index }: PairDetailProps) => { sx={{ flexGrow: 1, overflowY: 'auto' }} key={`tree-view-2-${key}-${index}`} > - + { // @ts-ignore DisplayValueContent(pair.what[key], [key], false)