From d69e96407b8411e30f5399d7aa212a545c0a096d Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Wed, 4 Jan 2023 23:04:54 -0500 Subject: [PATCH] Fix type --- packages/react-json-tree/examples/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-json-tree/examples/src/App.tsx b/packages/react-json-tree/examples/src/App.tsx index 82093943..a972ce58 100644 --- a/packages/react-json-tree/examples/src/App.tsx +++ b/packages/react-json-tree/examples/src/App.tsx @@ -178,7 +178,7 @@ const App = () => ( 😐 {' '} - {raw}{' '} + {raw as string}{' '} 😐