From 7a6144d8c44d742dabf6db4560df7dc03899ae24 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 17 Aug 2022 17:23:38 -0400 Subject: [PATCH] fix react example --- docs/components/tree.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/tree.md b/docs/components/tree.md index 2acb14a6c..dd4bad8ce 100644 --- a/docs/components/tree.md +++ b/docs/components/tree.md @@ -124,7 +124,7 @@ const App = () => { return ( <> - setSelection(event.target.value)}> + setSelection(event.target.value)}> single multiple leaf @@ -132,7 +132,7 @@ const App = () => {
- + Item 1