Skip to content

Commit 70341d6

Browse files
Remove unnecessary changes
1 parent e369b0f commit 70341d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devtools/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ export function useIsMounted() {
121121
export const displayValue = (value: unknown) => {
122122
const name = Object.getOwnPropertyNames(Object(value))
123123
const newValue = typeof value === 'bigint' ? `${value.toString()}n` : value
124+
124125
return JSON.stringify(newValue, name)
125126
}

0 commit comments

Comments
 (0)