Skip to content

Commit aaf338a

Browse files
Update ControlObject.tsx
1 parent 4b82941 commit aaf338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect-react/src/components/ControlObject.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function ControlObject() {
6767
: (() => {
6868
try {
6969
return JSON.stringify(v);
70-
} catch (error) {
70+
} catch {
7171
// Handle circular references or non-serializable values
7272
return String(v);
7373
}

0 commit comments

Comments
 (0)